The request structure itself
The request structure itself. Very large, very comprehensive.
int status
time_t time_last
char* pathname
int simple
int keepalive
int kacount
int data_fd
long filesize
long filepos
char* data_mem
int method
char* logline
char* header_line
char* header_end
int parse_pos
int client_stream_pos
int buffer_start
int buffer_end
char* http_version
int response_status
char* if_modified_since
time_t last_modified
int remote_port
char remote_ip_addr[NI_MAXHOST]
int is_cgi
char** cgi_env
char* header_user_agent
char* header_referer
int post_data_fd
char* post_file_name
char* path_info
char* path_translated
char* script_name
char* query_string
char* content_type
char* content_length
request* next
request* prev
char buffer[BUFFER_SIZE + 1]
char request_uri[MAX_HEADER_LENGTH + 1]
char client_stream[CLIENT_STREAM_SIZE]
Alphabetic index Hierarchy of classes