Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

HttpProtHandler Struct Reference

the struct containing all necessary information (on http-level) for a connection. More...

Collaboration diagram for HttpProtHandler:

Collaboration graph
[legend]

Data Fields

ConnHandler parent
 connection handler that created this protocol handler.

ReqHandlerFile rh_file
 request handler used to handle the request.

int status
 http status code (200 = OK).

int entity_available
 if we have an entity body to send.

BufpList hdr_list
 list of response header fields.

Buffer line_buf
 line buffer.

ssize_t last_cr_pos
 recv_buf-position of the last cr found in data.

int newline
 encountered a (possible) newline in recv_buf?

HttpRequestHdr req_hdr
 request header sent.

int header_read
 true if header read completely.

int method_read
 true if method line read completely.

int header_sent
 true if header is sent completely.

int data_pending
 true if data is pending.

int error
 errno of the last error occured.


Detailed Description

the struct containing all necessary information (on http-level) for a connection.

Definition at line 95 of file http.c.


The documentation for this struct was generated from the following file:
Generated on Fri Jan 25 22:41:06 2002 for PDepp Webserver by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001