libexpress 0.0.1
Express Server Framework in C
|
Request made by client. More...
#include <req.h>
Data Fields | |
char * | method |
char * | path |
hmap_t * | queries |
hmap_t * | headers |
hmap_t * | params |
char * | body |
queue_t * | c_queue |
Request made by client.
This structure contains all the information received in the request from the client.