Procster  0.1
Procster-ViewProcessesovertheweb
request Struct Reference

#include <proclister.h>

Collaboration diagram for request:

Data Fields

char * url
 
char * method
 
int methodnum
 
char * cont
 
int contlen
 
char * conttype
 
struct actionact
 Action that dispatched handler. More...
 
miniserverms
 Server under which we are running. More...
 
responseres
 Associated Response. More...
 

Field Documentation

◆ act

struct action* request::act

Action that dispatched handler.

◆ cont

char* request::cont

◆ contlen

int request::contlen

◆ conttype

char* request::conttype

◆ method

char* request::method

Referenced by req_free(), and req_new().

◆ methodnum

int request::methodnum

◆ ms

miniserver* request::ms

Server under which we are running.

Referenced by req_new(), and req_trystatic().

◆ res

response* request::res

Associated Response.

Referenced by ms_answer_to_connection(), and ms_req_term_cb().

◆ url

char* request::url

Referenced by req_free(), req_new(), and req_trystatic().


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