#include <http_request.h>
|
typedef std::map< std::string, std::string > | HeaderMap |
|
Definition at line 14 of file http_request.h.
◆ HeaderMap
◆ HttpRequest()
HttpRequest::HttpRequest |
( |
| ) |
|
◆ Body()
const std::string& HttpRequest::Body |
( |
| ) |
const |
|
inline |
◆ Event()
◆ GetMethod()
http_method HttpRequest::GetMethod |
( |
| ) |
const |
|
inline |
◆ Headers()
const HeaderMap& HttpRequest::Headers |
( |
| ) |
const |
|
inline |
◆ PushHeader()
void HttpRequest::PushHeader |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
◆ SetBody()
void HttpRequest::SetBody |
( |
const char * |
data, |
|
|
size_t |
length |
|
) |
| |
|
inline |
◆ SetEvent()
◆ SetMethod()
void HttpRequest::SetMethod |
( |
http_method |
method | ) |
|
|
inline |
◆ SetUrl()
void HttpRequest::SetUrl |
( |
std::string * |
url | ) |
|
|
inline |
◆ ToString()
string HttpRequest::ToString |
( |
| ) |
const |
◆ UrlPath()
string HttpRequest::UrlPath |
( |
| ) |
const |
◆ UrlQuery()
string HttpRequest::UrlQuery |
( |
| ) |
const |
◆ body_
std::string HttpRequest::body_ |
|
private |
◆ event_
◆ headers_
◆ method_
http_method HttpRequest::method_ |
|
private |
◆ url_
std::string HttpRequest::url_ |
|
private |
The documentation for this class was generated from the following files: