|
C Request Library
C library similar to Python requests library
|
Structure to hold the GET/POST parameters. More...
#include <crequests.h>

Public Attributes | |
| char * | key |
| key of the get parameter | |
| char * | value |
| value of the get parameter | |
| CREQ_GET_PARAMS * | next |
| Pointer to the next node. | |
Structure to hold the GET/POST parameters.
We use this structure to store all the user-provided parameters as key-value. This structure is used internally by CREQ_REQUEST_DATA structure. Whenever the function creq_add_param() is used, we add one node of this type to ctx->request->params