NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SRespGenerator |
class | CHttpReply |
struct | CHttpReply::CDataTrigger |
Functions | |
void | OnLibh2oFinished (size_t request_id) |
Variables | |
static const char * | k_ReasonOK = "OK" |
static const char * | k_ReasonAccepted = "Accepted" |
static const char * | k_InternalServerError = "Internal Server Error" |
static const char * | k_BadGateway = "Bad Gateway" |
static const char * | k_ServiceUnavailable = "Service Unavailable" |
static const char * | k_Conflict = "Conflict" |
static const char * | k_NotFound = "Not Found" |
static const char * | k_Unauthorized = "Unauthorized" |
static const char * | k_BadRequest = "Bad Request" |
void OnLibh2oFinished | ( | size_t | request_id | ) |
Definition at line 39 of file http_reply.cpp.
References CPubseqGatewayApp::GetInstance().
Referenced by CHttpReply::s_GeneratorDisposalCB().
|
static |
Definition at line 44 of file http_reply.hpp.
Referenced by CHttpReply::Send502().
|
static |
Definition at line 49 of file http_reply.hpp.
Referenced by CHttpReply::Send400().
|
static |
Definition at line 46 of file http_reply.hpp.
Referenced by CHttpReply::Send409().
Definition at line 43 of file http_reply.hpp.
Referenced by CHttpReply::Send500().
|
static |
Definition at line 47 of file http_reply.hpp.
Referenced by CHttpReply::Send404().
|
static |
Definition at line 42 of file http_reply.hpp.
Referenced by CHttpReply::Send202().
|
static |
Definition at line 41 of file http_reply.hpp.
|
static |
Definition at line 45 of file http_reply.hpp.
Referenced by CHttpReply::Send503().
|
static |
Definition at line 48 of file http_reply.hpp.
Referenced by CHttpReply::Send401().