Skip to content

xmarcoied/http.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

http.c

Sending GET HTTP requests in c-programming

Simple exmaple

$ gcc http -o send

./send < hostname > < port > < stringQuery >

$ ./send localhost 80 /?param1=Marco&param2=18"

About

Sending GET HTTP requests in c-programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages