#include <http.hpp>
|
| Request () |
|
bool | acceptsEncoding (const std::string &encoding) const |
| Returns whether the encoding is considered acceptable in the response. More...
|
|
bool | acceptsMediaType (const std::string &mediaType) const |
| Returns whether the media type in the "Accept" header is considered acceptable in the response. More...
|
|
bool | acceptsMediaType (const std::string &name, const std::string &mediaType) const |
| Returns whether the media type in the name header is considered acceptable in the response. More...
|
|
process::http::Request::Request |
( |
| ) |
|
|
inline |
bool process::http::Request::acceptsEncoding |
( |
const std::string & |
encoding | ) |
const |
Returns whether the encoding is considered acceptable in the response.
See RFC 2616 section 14.3 for details.
bool process::http::Request::acceptsMediaType |
( |
const std::string & |
mediaType | ) |
const |
Returns whether the media type in the "Accept" header is considered acceptable in the response.
See RFC 2616, section 14.1 for the details.
bool process::http::Request::acceptsMediaType |
( |
const std::string & |
name, |
|
|
const std::string & |
mediaType |
|
) |
| const |
Returns whether the media type in the name
header is considered acceptable in the response.
The media type should have similar semantics as the "Accept" header. See RFC 2616, section 14.1 for the details.
std::string process::http::Request::body |
Headers process::http::Request::headers |
bool process::http::Request::keepAlive |
std::string process::http::Request::method |
Time process::http::Request::received |
enum { ... } process::http::Request::type |
URL process::http::Request::url |
The documentation for this struct was generated from the following file:
- 3rdparty/libprocess/include/process/http.hpp