#include <abyss.h>

Data Fields | |
| bool | cankeepalive |
| bool | chunkedwrite |
| bool | chunkedwritemode |
| TConn * | conn |
| TList | cookies |
| TDate | date |
| bool | done |
| char * | from |
| TString | header |
| char * | host |
| bool | keepalive |
| TMethod | method |
| uint32 | nbfileds |
| uint16 | port |
| char * | query |
| TList | ranges |
| char * | referer |
| TTable | request_headers |
| char * | requestline |
| TTable | response_headers |
| TServer * | server |
| uint16 | status |
| char * | uri |
| char * | user |
| char * | useragent |
| uint8 | versionmajor |
| uint8 | versionminor |
Definition at line 557 of file abyss.h.
Definition at line 588 of file abyss.h.
Referenced by HTTPWriteBodyChunk(), HTTPWriteEndChunk(), RequestInit(), ResponseChunked(), and ResponseWriteStart().
Definition at line 588 of file abyss.h.
Referenced by HTTPWriteBodyChunk(), HTTPWriteEndChunk(), RequestInit(), ResponseChunked(), and ResponseWriteStart().
Definition at line 580 of file abyss.h.
Referenced by HTTPWriteBodyChunk(), HTTPWriteEndChunk(), readRequestLine(), RequestInit(), RequestRead(), ResponseError(), ResponseWriteStart(), sendBody(), ServerDefaultHandlerFunc(), SessionGetReadData(), SessionLog(), SessionReadDataAvail(), and SessionRefillBuffer().
Definition at line 570 of file abyss.h.
Referenced by processHeader(), RequestFree(), and RequestInit().
Definition at line 586 of file abyss.h.
Referenced by addDateHeader(), fileDate(), RequestInit(), and SessionLog().
| char* from |
| char* host |
Definition at line 559 of file abyss.h.
Referenced by RequestValidURI(), ServerDefaultHandlerFunc(), ServerDirectoryHandler(), and ServerFileHandler().
| char* query |
Definition at line 571 of file abyss.h.
Referenced by processHeader(), RequestFree(), RequestInit(), sendBody(), and ServerFileHandler().
| char* referer |
Definition at line 584 of file abyss.h.
Referenced by RequestFree(), RequestHeaderValue(), RequestInit(), and RequestRead().
| char* requestline |
Definition at line 584 of file abyss.h.
Referenced by RequestFree(), RequestInit(), ResponseAddField(), and ResponseWriteStart().
Definition at line 573 of file abyss.h.
Referenced by addDateHeader(), HTTPKeepalive(), processDataFromClient(), RequestInit(), ResponseError(), ResponseStatus(), ResponseWriteStart(), and SessionLog().
| char* uri |
Definition at line 561 of file abyss.h.
Referenced by RequestValidURI(), RequestValidURIPath(), ServerDefaultHandlerFunc(), and ServerDirectoryHandler().
| char* user |
| char* useragent |
1.5.6