#include <AsyncHttpServerConnection.h>
◆ Response()
| Async::HttpServerConnection::Response::Response |
( |
void | | ) |
|
|
inline |
◆ clear()
| void Async::HttpServerConnection::Response::clear |
( |
void | | ) |
|
|
inline |
◆ code()
| unsigned Async::HttpServerConnection::Response::code |
( |
void | | ) |
const |
|
inline |
◆ content()
| const std::string & Async::HttpServerConnection::Response::content |
( |
void | | ) |
const |
|
inline |
◆ headers()
| const Headers & Async::HttpServerConnection::Response::headers |
( |
void | | ) |
const |
|
inline |
◆ sendContent()
| bool Async::HttpServerConnection::Response::sendContent |
( |
void | | ) |
const |
|
inline |
◆ setCode()
| void Async::HttpServerConnection::Response::setCode |
( |
unsigned | code | ) |
|
|
inline |
◆ setContent()
| void Async::HttpServerConnection::Response::setContent |
( |
const std::string & | content_type, |
|
|
const std::string & | content ) |
|
inline |
◆ setHeader()
template<typename T >
| void Async::HttpServerConnection::Response::setHeader |
( |
const std::string & | key, |
|
|
T | value ) |
|
inline |
◆ setSendContent()
| void Async::HttpServerConnection::Response::setSendContent |
( |
bool | send_content | ) |
|
|
inline |
The documentation for this class was generated from the following file: