An open API service indexing awesome lists of open source software.

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

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