#include <http.hpp>
|
| static CreateOptions | DEFAULT_CREATE_OPTIONS () |
| |
| static StopOptions | DEFAULT_STOP_OPTIONS () |
| |
| static Try< Server > | create (network::Socket socket, std::function< Future< Response >(const network::Socket &socket, const Request &)> &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS()) |
| |
| template<typename F > |
| static Try< Server > | create (network::Socket socket, F &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS()) |
| |
| static Try< Server > | create (const network::Address &address, std::function< Future< Response >(const network::Socket &, const Request &)> &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS()) |
| |
| template<typename F > |
| static Try< Server > | create (const network::Address &address, F &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS()) |
| |
| process::http::Server::Server |
( |
Server && |
that | ) |
|
|
default |
| process::http::Server::Server |
( |
const Server & |
| ) |
|
|
delete |
| process::http::Server::~Server |
( |
| ) |
|
| static CreateOptions process::http::Server::DEFAULT_CREATE_OPTIONS |
( |
| ) |
|
|
inlinestatic |
| static StopOptions process::http::Server::DEFAULT_STOP_OPTIONS |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file:
- 3rdparty/libprocess/include/process/http.hpp