https://github.com/findstr/http
A simple http library
https://github.com/findstr/http
Last synced: about 2 months ago
JSON representation
A simple http library
- Host: GitHub
- URL: https://github.com/findstr/http
- Owner: findstr
- Created: 2014-10-16T03:30:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T08:51:32.000Z (over 11 years ago)
- Last Synced: 2025-02-26T23:34:25.738Z (over 1 year ago)
- Language: C
- Size: 148 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http
A simple http library
- use the short link to interactive with http server
- auto manguage the cookie
- can get the cookie any time
sample:
- send the http header like this:
"GET http://www.baidu.com/ HTTP/1.1\r\n"
"User-Agent: MySelf\r\n"
"Host: www.baidu.com\r\n"
"\r\n"
- then print the all response from the http server
- test the http_get_cookie && http_cookie_dump function