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

Public Attributes | |
| int | err_code |
| Any possible error code (0 means success) | |
| CURL * | handle |
| Internal curl handle. | |
| CREQ_RESPONSE_DATA * | response |
| response structure | |
| CREQ_REQUEST_DATA * | request |
| request structure | |
| CURLcode | curl_code |
| possible curl error code | |
| short int | _is_redirection |
| Internal member. | |