#include <http.h>
Definition at line 5 of file http.h.
TStr THttp::GetReasonPhrase |
( |
const int & |
StatusCd | ) |
|
|
static |
Definition at line 62 of file http.cpp.
64 case 200:
return "OK";
65 case 201:
return "Created";
66 case 202:
return "Accepted";
67 case 204:
return "No Content";
68 case 300:
return "Multiple Choices";
69 case 301:
return "Moved Permanently";
70 case 302:
return "Moved Temporarily";
71 case 304:
return "Not Modified";
72 case 400:
return "Bad Request";
73 case 401:
return "Unauthorized";
74 case 403:
return "Forbidden";
75 case 404:
return "Not Found";
76 case 500:
return "Internal Server Error";
77 case 501:
return "Not Implemented";
78 case 502:
return "Bad Gateway";
79 case 503:
return "Service Unavailable";
bool THttp::IsGifFExt |
( |
const TStr & |
FExt | ) |
|
|
static |
Definition at line 47 of file http.cpp.
static const TStr GifFExt
bool THttp::IsHtmlFExt |
( |
const TStr & |
FExt | ) |
|
|
static |
Definition at line 42 of file http.cpp.
static const TStr HtmlFExt
static const TStr HtmFExt
const TStr THttp::AcceptFldNm ="Accept" |
|
static |
const TStr THttp::AcceptRangesFldNm ="Accept-Ranges" |
|
static |
const TStr THttp::AppJSonFldVal = "application/json" |
|
static |
const TStr THttp::AppOctetFldVal ="application/octet-stream" |
|
static |
const TStr THttp::AppSoapXmlFldVal ="application/soap+xml" |
|
static |
const TStr THttp::AppW3FormFldVal ="application/x-www-form-urlencoded" |
|
static |
const int THttp::BadRqStatusCd =400 |
|
static |
const TStr THttp::CacheCtrlFldNm ="Cache-Control" |
|
static |
const TStr THttp::ColonStr =":" |
|
static |
const TStr THttp::ConnFldNm ="Connection" |
|
static |
const TStr THttp::ConnKeepAliveFldVal ="keep-alive" |
|
static |
const TStr THttp::ContLenFldNm ="Content-Length" |
|
static |
const TStr THttp::ContTypeFldNm ="Content-Type" |
|
static |
const TStr THttp::CookieFldNm ="Cookie" |
|
static |
const int THttp::DfPortN =80 |
|
static |
const int THttp::ErrNotFoundStatusCd =404 |
|
static |
const int THttp::ErrStatusCd =400 |
|
static |
const TStr THttp::FetchIdFldNm ="FetchId" |
|
static |
const TStr THttp::GetMethodNm ="GET" |
|
static |
const TStr THttp::HeadMethodNm ="HEAD" |
|
static |
const TStr THttp::HostFldNm ="Host" |
|
static |
const TStr THttp::HttpStr ="http" |
|
static |
Definition at line 8 of file http.h.
const TStr THttp::ImageGifFldVal ="image/gif" |
|
static |
const TStr THttp::ImageIcoFldVal ="image/x-icon" |
|
static |
const TStr THttp::ImageJpgFldVal ="image/jpg" |
|
static |
const TStr THttp::ImagePngFldVal ="image/png" |
|
static |
const int THttp::InternalErrStatusCd =500 |
|
static |
const TStr THttp::LocFldNm ="Location" |
|
static |
const int THttp::OkStatusCd =200 |
|
static |
const TStr THttp::PostMethodNm ="POST" |
|
static |
const int THttp::RedirStatusCd =300 |
|
static |
const TStr THttp::SetCookieFldNm ="Set-Cookie" |
|
static |
const TStr THttp::SlashStr ="/" |
|
static |
Definition at line 9 of file http.h.
const TStr THttp::SrvFldNm ="Server" |
|
static |
const TStr THttp::TextCssFldVal ="text/css" |
|
static |
const TStr THttp::TextFldVal ="text/" |
|
static |
const TStr THttp::TextHtmlFldVal ="text/html" |
|
static |
const TStr THttp::TextJavaScriptFldVal ="text/javascript" |
|
static |
const TStr THttp::TextPlainFldVal ="text/plain" |
|
static |
const TStr THttp::TextWmlFldVal ="text/vnd.wap.wml" |
|
static |
const TStr THttp::TextXmlFldVal ="text/xml" |
|
static |
const TStr THttp::UndefMethodNm ="UndefinedMethod" |
|
static |
The documentation for this class was generated from the following files: