NCBI C++ ToolKit
Classes | Functions | Variables
http_reply.hpp File Reference
#include <atomic>
#include "pending_operation.hpp"
#include "pubseq_gateway_logging.hpp"
+ Include dependency graph for http_reply.hpp:
+ This graph shows which files directly or indirectly include this file:

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"
 

Function Documentation

◆ OnLibh2oFinished()

void OnLibh2oFinished ( size_t  request_id)

Definition at line 39 of file http_reply.cpp.

References CPubseqGatewayApp::GetInstance().

Referenced by CHttpReply::s_GeneratorDisposalCB().

Variable Documentation

◆ k_BadGateway

const char* k_BadGateway = "Bad Gateway"
static

Definition at line 44 of file http_reply.hpp.

Referenced by CHttpReply::Send502().

◆ k_BadRequest

const char* k_BadRequest = "Bad Request"
static

Definition at line 49 of file http_reply.hpp.

Referenced by CHttpReply::Send400().

◆ k_Conflict

const char* k_Conflict = "Conflict"
static

Definition at line 46 of file http_reply.hpp.

Referenced by CHttpReply::Send409().

◆ k_InternalServerError

const char* k_InternalServerError = "Internal Server Error"
static

Definition at line 43 of file http_reply.hpp.

Referenced by CHttpReply::Send500().

◆ k_NotFound

const char* k_NotFound = "Not Found"
static

Definition at line 47 of file http_reply.hpp.

Referenced by CHttpReply::Send404().

◆ k_ReasonAccepted

const char* k_ReasonAccepted = "Accepted"
static

Definition at line 42 of file http_reply.hpp.

Referenced by CHttpReply::Send202().

◆ k_ReasonOK

const char* k_ReasonOK = "OK"
static

Definition at line 41 of file http_reply.hpp.

◆ k_ServiceUnavailable

const char* k_ServiceUnavailable = "Service Unavailable"
static

Definition at line 45 of file http_reply.hpp.

Referenced by CHttpReply::Send503().

◆ k_Unauthorized

const char* k_Unauthorized = "Unauthorized"
static

Definition at line 48 of file http_reply.hpp.

Referenced by CHttpReply::Send401().

Modified on Wed Sep 04 15:05:27 2024 by modify_doxy.py rev. 669887