C Request Library
C library similar to Python requests library
Loading...
Searching...
No Matches
Public Attributes | List of all members
CREQ_RESPONSE_DATA Struct Reference
Collaboration diagram for CREQ_RESPONSE_DATA:
Collaboration graph
[legend]

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_HEADERheaders
 linked-list of response headers
 
CREQ_REDIRECTION_CHAINfollow_chain
 Linked-list of redirections.
 

The documentation for this struct was generated from the following file: