libexpress 0.0.1
Express Server Framework in C
Loading...
Searching...
No Matches
Data Fields
req_t Struct Reference

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
 

Detailed Description

Request made by client.

This structure contains all the information received in the request from the client.


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