C Request Library
C library similar to Python requests library
Loading...
Searching...
No Matches
Public Attributes | List of all members
CREQ_GET_PARAMS Struct Reference

Structure to hold the GET/POST parameters. More...

#include <crequests.h>

Collaboration diagram for CREQ_GET_PARAMS:
Collaboration graph
[legend]

Public Attributes

char * key
 key of the get parameter
 
char * value
 value of the get parameter
 
CREQ_GET_PARAMSnext
 Pointer to the next node.
 

Detailed Description

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


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