|
Procster
0.1
Procster-ViewProcessesovertheweb
|
#include <proclister.h>

Data Fields | |
| struct action * | act |
| void * | conn |
| Lower level http conn/response, similar to miniserver->server;. More... | |
| json_t * | json |
| char * | cont |
| int | contlen |
| char * | conttype |
| int | memmode |
| int | code |
| struct action* response::act |
| int response::code |
Referenced by ms_answer_to_connection(), req_trystatic(), and res_new().
| void* response::conn |
Lower level http conn/response, similar to miniserver->server;.
Referenced by ms_answer_to_connection(), and res_free().
| char* response::cont |
Referenced by hdl_bye(), hdl_hello(), ms_answer_to_connection(), and res_set_str_cont().
| int response::contlen |
Referenced by hdl_bye(), hdl_hello(), ms_answer_to_connection(), and res_set_str_cont().
| char* response::conttype |
Referenced by hdl_json(), ms_answer_to_connection(), res_free(), res_new(), and res_set_conttype().
| json_t* response::json |
Referenced by hdl_json(), and ms_answer_to_connection().
| int response::memmode |
Referenced by ms_answer_to_connection().