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

Public Attributes

int allow_redirects
 Should we follow redirections?
 
int verify
 should we verify TLS/SSL connection?
 
char * ua
 User-Agent (will be freed by library)
 
CREQ_GET_PARAMSparams
 parameters of POST & GET requests
 
char * url
 URL to get (will be freed by library)
 
long request_timeout
 Maximum time (in seconds) before timeout.
 
struct curl_slist * headers
 curl will free this option for you
 
char method [5]
 Method used (HEAD, POST, GET)
 
char * proxy
 String for proxy to use.
 

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