Collaboration diagram for HttpProtHandler:
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. |
Definition at line 95 of file http.c.