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

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_PARAMS * | params |
| 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. | |