Bitcoin Core 31.99.0
P2P Digital Currency
http_bitcoin::HTTPRequest Member List

This is the complete list of members for http_bitcoin::HTTPRequest, including all inherited members.

GetHeader(std::string_view hdr) consthttp_bitcoin::HTTPRequest
GetPeer() consthttp_bitcoin::HTTPRequest
GetQueryParameter(std::string_view key) consthttp_bitcoin::HTTPRequest
GetRequestMethod() consthttp_bitcoin::HTTPRequestinline
GetState() consthttp_bitcoin::HTTPRequestinline
GetURI() consthttp_bitcoin::HTTPRequestinline
HTTPRequest(const std::shared_ptr< HTTPRemoteClient > &client)http_bitcoin::HTTPRequestinlineexplicit
HTTPRequest()http_bitcoin::HTTPRequestinlineexplicit
LoadBody(LineReader &reader)http_bitcoin::HTTPRequest
LoadControlData(LineReader &reader)http_bitcoin::HTTPRequest
LoadHeaders(LineReader &reader)http_bitcoin::HTTPRequest
m_bodyhttp_bitcoin::HTTPRequest
m_chunk_readhttp_bitcoin::HTTPRequest
m_chunk_sizehttp_bitcoin::HTTPRequest
m_clienthttp_bitcoin::HTTPRequest
m_headershttp_bitcoin::HTTPRequest
m_methodhttp_bitcoin::HTTPRequest
m_response_headershttp_bitcoin::HTTPRequest
m_statehttp_bitcoin::HTTPRequestprivate
m_targethttp_bitcoin::HTTPRequest
m_versionhttp_bitcoin::HTTPRequest
ReadBody() consthttp_bitcoin::HTTPRequestinline
SetState(State state)http_bitcoin::HTTPRequestinline
State enum namehttp_bitcoin::HTTPRequest
WriteHeader(std::string &&hdr, std::string &&value)http_bitcoin::HTTPRequest
WriteReply(HTTPStatusCode status, std::span< const std::byte > reply_body={})http_bitcoin::HTTPRequest
WriteReply(HTTPStatusCode status, std::string_view reply_body_view)http_bitcoin::HTTPRequestinline