|
C Request Library
C library similar to Python requests library
|

Public Attributes | |
| long | status_code |
| returned HTTP status code | |
| char * | url |
| final destination URL | |
| char * | mem |
| pointer to memory we keep the body of the request | |
| size_t | len |
| Length of the body of the request. | |
| CREQ_HEADER * | headers |
| linked-list of response headers | |
| CREQ_REDIRECTION_CHAIN * | follow_chain |
| Linked-list of redirections. | |