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

Data Fields | |
| char * | url |
| char * | method |
| int | methodnum |
| char * | cont |
| int | contlen |
| char * | conttype |
| struct action * | act |
| Action that dispatched handler. More... | |
| miniserver * | ms |
| Server under which we are running. More... | |
| response * | res |
| Associated Response. More... | |
| struct action* request::act |
Action that dispatched handler.
| char* request::cont |
| int request::contlen |
| char* request::conttype |
| char* request::method |
Referenced by req_free(), and req_new().
| int request::methodnum |
| miniserver* request::ms |
Server under which we are running.
Referenced by req_new(), and req_trystatic().
| response* request::res |
Associated Response.
Referenced by ms_answer_to_connection(), and ms_req_term_cb().
| char* request::url |
Referenced by req_free(), req_new(), and req_trystatic().