| append(const std::string &field, const std::string &value) | web::http::client::Request | |
| connectionState | web::http::client::Request | protected |
| contentLength | web::http::client::Request | protected |
| 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 | |
| cookies | web::http::client::Request | protected |
| count | web::http::client::Request | |
| getCookies() const | web::http::client::Request | |
| getHeaders() const | web::http::client::Request | |
| getMasterRequest() const | web::http::client::Request | |
| getQueries() const | web::http::client::Request | |
| getSocketContext() const | web::http::client::Request | |
| getTrailer() const | web::http::client::Request | |
| header(const std::string &field) const | web::http::client::Request | |
| headers | web::http::client::Request | protected |
| host(const std::string &hostFieldValue) | web::http::client::Request | |
| hostFieldValue | web::http::client::Request | |
| httpMajor | web::http::client::Request | |
| httpMinor | web::http::client::Request | |
| masterRequest | web::http::client::Request | protected |
| MasterRequest | web::http::client::Request | friend |
| method | web::http::client::Request | |
| operator=(Request &)=delete | web::http::client::Request | |
| operator=(Request &&) noexcept=delete | web::http::client::Request | |
| queries | web::http::client::Request | protected |
| 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 &)=delete | web::http::client::Request | explicit |
| Request(Request &&request) noexcept | web::http::client::Request | explicitprotected |
| 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 | |
| socketContext | web::http::client::Request | protected |
| trailer | web::http::client::Request | protected |
| transferEncoding | web::http::client::Request | protected |
| type(const std::string &type) | web::http::client::Request | |
| upgrade(const std::shared_ptr< Response > &response, const std::function< void(const std::string &)> &status) | web::http::client::Request | protected |
| url | web::http::client::Request | |