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

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

append(const std::string &field, const std::string &value)web::http::client::Request
commands::EndCommand classweb::http::client::Requestfriend
commands::SendFileCommand classweb::http::client::Requestfriend
commands::SendFragmentCommand classweb::http::client::Requestfriend
commands::SendHeaderCommand classweb::http::client::Requestfriend
commands::UpgradeCommand classweb::http::client::Requestfriend
connectionStateweb::http::client::Requestprivate
contentLengthweb::http::client::Requestprivate
contentLengthSentweb::http::client::Requestprivate
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
deliverResponse(const std::shared_ptr< Request > &request, const std::shared_ptr< Response > &response)web::http::client::Requestprivate
deliverResponseParseError(const std::shared_ptr< Request > &request, const std::string &message)web::http::client::Requestprivate
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=responseParseError)web::http::client::Request
executeEnd()web::http::client::Requestprivate
executeSendFile(const std::string &file, const std::function< void(int)> &onStatus)web::http::client::Requestprivate
executeSendFragment(const char *chunk, std::size_t chunkLen)web::http::client::Requestprivate
executeSendHeader()web::http::client::Requestprivate
executeUpgrade(const std::string &url, const std::string &protocols)web::http::client::Requestprivate
getCookies() constweb::http::client::Request
getHeaders() constweb::http::client::Request
getQueries() constweb::http::client::Request
getSocketContext() constweb::http::client::Request
header(const std::string &field)web::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::Requestvirtual
initiate()web::http::client::Requestprivate
isStreaming()core::pipe::Sinkprotected
masterRequestweb::http::client::Requestprivate
methodweb::http::client::Request
onResponseParseErrorweb::http::client::Requestprivate
onResponseReceivedweb::http::client::Requestprivate
onSourceConnect(core::pipe::Source *source) overrideweb::http::client::Requestprivatevirtual
onSourceData(const char *chunk, std::size_t chunkLen) overrideweb::http::client::Requestprivatevirtual
onSourceEof() overrideweb::http::client::Requestprivatevirtual
onSourceError(int errnum) overrideweb::http::client::Requestprivatevirtual
operator=(Request &)=deleteweb::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(web::http::client::SocketContext *socketContext, const std::string &host)web::http::client::Requestexplicit
Request(Request &)=deleteweb::http::client::Requestexplicit
Request(Request &&) noexceptweb::http::client::Requestexplicit
requestCommandsweb::http::client::Requestprivate
requestDelivered()web::http::client::Requestprivate
requestPrepared()web::http::client::Requestprivate
responseParseError(const std::shared_ptr< Request > &request, const std::string &message)web::http::client::Requeststatic
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=responseParseError)web::http::client::Request
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=responseParseError)web::http::client::Request
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=responseParseError)web::http::client::Request
sendFragment(const char *chunk, std::size_t chunkLen)web::http::client::Request
sendFragment(const std::string &data)web::http::client::Request
sendHeader()web::http::client::Request
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< Request > &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
SocketContext classweb::http::client::Requestfriend
socketContextweb::http::client::Requestprivate
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::Requestprivate
type(const std::string &type)web::http::client::Request
upgrade(const std::string &url, const std::string &protocols, 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=responseParseError)web::http::client::Request
upgrade(const std::shared_ptr< Response > &response, const std::function< void(const std::string &)> &status)web::http::client::Request
urlweb::http::client::Request
~Request() overrideweb::http::client::Request
~Sink()core::pipe::Sinkprotectedvirtual