Skip to content

Winhttpclient is an interface which packaged with WinHTTP API written in c.

Notifications You must be signed in to change notification settings

jeanphorn/Winhttpclient-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Winhttpclient-c

Winhttpclient is an interface which packaged with WinHTTP API written in c. And thanks Brian Lyttle a lot.

the main interface: int SendHttpRequest(const wchar_t *verb, wchar_t *url, unsigned char *sendbuf,int sendbuflen, char *output,BOOL proxyFlah);

verb: GET or POST
url : http and https are both supported.
output: the responsed data from server is stored in output.
proxyFlag: Sending message with proxy or not.

About

Winhttpclient is an interface which packaged with WinHTTP API written in c.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages