ReactOS 0.4.15-dev-7842-g558ab78
http.cpp File Reference
#include <debug.h>
#include <iostream>
#include <string.h>
#include <http.h>
Include dependency graph for http.cpp:

Go to the source code of this file.

Variables

CHAR MethodTable [NUMMETHODS][8]
 
CHAR GenerelTable [NUMGENERELS][18]
 
CHAR RequestTable [NUMREQUESTS][20]
 
CHAR EntityTable [NUMENTITIES][17]
 

Variable Documentation

◆ EntityTable

CHAR EntityTable[NUMENTITIES][17]
Initial value:
= {"Allow", "Content-Base", "Content-Encoding",
"Content-Language", "Content-Length", "Content-Location", "Content-MD5",
"Content-Range", "Content-Type", "ETag", "Expires", "Last-Modified"}

Definition at line 30 of file http.cpp.

Referenced by CHttpParser::EntityHeader().

◆ GenerelTable

CHAR GenerelTable[NUMGENERELS][18]
Initial value:
= {"Cache-Control", "Connection", "Date", "Pragma",
"Transfer-Encoding", "Upgrade", "Via"}

Definition at line 22 of file http.cpp.

Referenced by CHttpParser::GenerelHeader().

◆ MethodTable

CHAR MethodTable[NUMMETHODS][8]
Initial value:
= {"OPTIONS", "GET", "HEAD", "POST", "PUT",
"DELETE", "TRACE"}

Definition at line 19 of file http.cpp.

Referenced by CHttpParser::RequestLine().

◆ RequestTable

CHAR RequestTable[NUMREQUESTS][20]
Initial value:
= {"Accept", "Accept-Charset", "Accept-Encoding",
"Accept-Language", "Authorization", "From", "Host", "If-Modified-Since", "If-Match",
"If-None-Match", "If-Range", "If-Unmodified-Since", "Max-Forwards",
"Proxy-Authorization", "Range", "Referer", "User-Agent"}

Definition at line 25 of file http.cpp.

Referenced by CHttpParser::RequestHeader().