SNode.C
Loading...
Searching...
No Matches
web::http::client::MasterRequest Member List

This is the complete list of members for web::http::client::MasterRequest, including all inherited members.

append(const std::string &field, const std::string &value)web::http::client::Request
commands::EndCommandweb::http::client::MasterRequestfriend
commands::SendFileCommandweb::http::client::MasterRequestfriend
commands::SendFragmentCommandweb::http::client::MasterRequestfriend
commands::SendHeaderCommandweb::http::client::MasterRequestfriend
commands::SseCommandweb::http::client::MasterRequestfriend
commands::UpgradeCommandweb::http::client::MasterRequestfriend
connectionStateweb::http::client::Requestprotected
contentLengthweb::http::client::Requestprotected
contentLengthSentweb::http::client::MasterRequestprivate
cookie(const std::string &name, const std::string &value)web::http::client::Request
cookie(const std::map< std::string, std::string > &cookies)web::http::client::Request
cookiesweb::http::client::Requestprotected
countweb::http::client::Request
deliverResponse(const std::shared_ptr< MasterRequest > &request, const std::shared_ptr< Response > &response)web::http::client::MasterRequestprivate
deliverResponseParseError(const std::shared_ptr< MasterRequest > &request, const std::string &message)web::http::client::MasterRequestprivate
disconnect(const Source *source)core::pipe::Sinkprivate
end(const std::function< void(const std::shared_ptr< Request > &, const std::shared_ptr< Response > &)> &onResponseReceived, const std::function< void(const std::shared_ptr< Request > &, const std::string &)> &onResponseParseError)web::http::client::MasterRequest
executeEnd()web::http::client::MasterRequestprivate
executeSendFile(const std::string &file, const std::function< void(int)> &onStatus)web::http::client::MasterRequestprivate
executeSendFragment(const char *chunk, std::size_t chunkLen)web::http::client::MasterRequestprivate
executeSendHeader()web::http::client::MasterRequestprivate
executeSse()web::http::client::MasterRequestprivate
executeUpgrade(const std::string &url, const std::string &protocols, const std::function< void(bool)> &onStatus)web::http::client::MasterRequestprivate
getCookies() constweb::http::client::Request
getHeaders() constweb::http::client::Request
getMasterRequest() constweb::http::client::Request
getQueries() constweb::http::client::Request
getSocketContext() constweb::http::client::Request
getTrailer() constweb::http::client::Request
header(const std::string &field) constweb::http::client::Request
headersweb::http::client::Requestprotected
host(const std::string &hostFieldValue)web::http::client::Request
hostFieldValueweb::http::client::Request
httpMajorweb::http::client::Request
httpMinorweb::http::client::Request
init()web::http::client::MasterRequest
initiate(const std::shared_ptr< MasterRequest > &request)web::http::client::MasterRequestprivate
isStreaming()core::pipe::Sinkprotected
masterRequestweb::http::client::Requestprotected
MasterRequest(SocketContext *socketContext, const std::string &hostFieldValue)web::http::client::MasterRequest
MasterRequest(MasterRequest &)=deleteweb::http::client::MasterRequestexplicit
MasterRequest(MasterRequest &&) noexceptweb::http::client::MasterRequestexplicit
methodweb::http::client::Request
onResponseParseErrorweb::http::client::MasterRequestprivate
onResponseReceivedweb::http::client::MasterRequestprivate
onSourceConnect(core::pipe::Source *source) overrideweb::http::client::MasterRequestprivatevirtual
onSourceData(const char *chunk, std::size_t chunkLen) overrideweb::http::client::MasterRequestprivatevirtual
onSourceEof() overrideweb::http::client::MasterRequestprivatevirtual
onSourceError(int errnum) overrideweb::http::client::MasterRequestprivatevirtual
operator=(MasterRequest &)=deleteweb::http::client::MasterRequest
operator=(MasterRequest &&) noexcept=deleteweb::http::client::MasterRequest
web::http::client::Request::operator=(Request &)=deleteweb::http::client::Request
web::http::client::Request::operator=(Request &&) noexcept=deleteweb::http::client::Request
core::pipe::Sink::operator=(Sink &)=deletecore::pipe::Sink
core::pipe::Sink::operator=(Sink &&) noexcept=defaultcore::pipe::Sinkprotected
pipe(Source *source)core::pipe::Sinkprivate
queriesweb::http::client::Requestprotected
query(const std::string &key, const std::string &value)web::http::client::Request
Request(SocketContext *socketContext, const std::string &host)web::http::client::Request
Request(Request &)=deleteweb::http::client::Requestexplicit
Request(Request &&request) noexceptweb::http::client::Requestexplicitprotected
requestCommandsweb::http::client::MasterRequestprivate
requestDelivered()web::http::client::MasterRequestprivate
requestEventSource(const std::string &url, const std::function< std::size_t()> &onServerSentEvent, const std::function< void()> &onOpen, const std::function< void()> &onError)web::http::client::MasterRequest
requestPrepared(const std::shared_ptr< MasterRequest > &request)web::http::client::MasterRequestprivate
send(const char *chunk, std::size_t chunkLen, const std::function< void(const std::shared_ptr< Request > &, const std::shared_ptr< Response > &)> &onResponseReceived, const std::function< void(const std::shared_ptr< Request > &, const std::string &)> &onResponseParseError)web::http::client::MasterRequest
send(const std::string &chunk, const std::function< void(const std::shared_ptr< Request > &, const std::shared_ptr< Response > &)> &onResponseReceived, const std::function< void(const std::shared_ptr< Request > &, const std::string &)> &onResponseParseError)web::http::client::MasterRequest
sendFile(const std::string &file, const std::function< void(int errnum)> &onStatus, const std::function< void(const std::shared_ptr< Request > &, const std::shared_ptr< Response > &)> &onResponseReceived, const std::function< void(const std::shared_ptr< Request > &, const std::string &)> &onResponseParseError)web::http::client::MasterRequest
sendFragment(const char *chunk, std::size_t chunkLen)web::http::client::MasterRequest
sendFragment(const std::string &data)web::http::client::MasterRequest
sendHeader()web::http::client::MasterRequest
set(const std::string &field, const std::string &value, bool overwrite=true)web::http::client::Request
set(const std::map< std::string, std::string > &headers, bool overwrite=true)web::http::client::Request
setMasterRequest(const std::shared_ptr< MasterRequest > &masterRequest)web::http::client::Request
setTrailer(const std::string &field, const std::string &value, bool overwrite=true)web::http::client::Request
Sink(Sink &)=deletecore::pipe::Sink
Sink()=defaultcore::pipe::Sinkprotected
Sink(Sink &&) noexcept=defaultcore::pipe::Sinkprotected
SocketContextweb::http::client::MasterRequestfriend
socketContextweb::http::client::Requestprotected
sourcecore::pipe::Sinkprivate
stop()core::pipe::Sinkprotected
streamData(const char *chunk, std::size_t chunkLen)core::pipe::Sinkprivate
streamEof()core::pipe::Sinkprivate
streamError(int errnum)core::pipe::Sinkprivate
trailerweb::http::client::Requestprotected
transferEncodingweb::http::client::Requestprotected
type(const std::string &type)web::http::client::Request
upgrade(const std::string &url, const std::string &protocols, const std::function< void(bool)> &onUpgradeInitiate, const std::function< void(const std::shared_ptr< Request > &, const std::shared_ptr< Response > &, bool)> &onResponseReceived, const std::function< void(const std::shared_ptr< Request > &, const std::string &)> &onResponseParseError)web::http::client::MasterRequest
web::http::client::Request::upgrade(const std::shared_ptr< Response > &response, const std::function< void(const std::string &)> &status)web::http::client::Requestprotected
urlweb::http::client::Request
~MasterRequest() overrideweb::http::client::MasterRequest
~Sink()core::pipe::Sinkprotectedvirtual