#include <http.hpp>
|
| Response () |
|
| Response (uint16_t _code) |
|
| Response (std::string _body, uint16_t _code, const std::string &contentType="text/plain; charset=utf-8") |
|
Enumerator |
---|
NONE |
|
BODY |
|
PATH |
|
PIPE |
|
process::http::Response::Response |
( |
| ) |
|
|
inline |
process::http::Response::Response |
( |
uint16_t |
_code | ) |
|
|
inline |
process::http::Response::Response |
( |
std::string |
_body, |
|
|
uint16_t |
_code, |
|
|
const std::string & |
contentType = "text/plain; charset=utf-8" |
|
) |
| |
|
inlineexplicit |
std::string process::http::Response::body |
uint16_t process::http::Response::code |
Headers process::http::Response::headers |
std::string process::http::Response::path |
std::string process::http::Response::status |
enum { ... } process::http::Response::type |
The documentation for this struct was generated from the following file:
- 3rdparty/libprocess/include/process/http.hpp