|
using | RequestType = ::boost::beast::http::request<::boost::beast::http::string_body > |
|
typedef std::function< void(const http::QueryArgs &, HttpContext *)> | RequestCb |
|
|
bool | RegisterCb (StringPiece path, RequestCb cb) |
|
void | set_resource_prefix (const char *prefix) |
|
void | set_favicon (const char *favicon) |
|
void | RegisterPool (ProactorPool *pool) |
|
virtual Connection * | NewConnection (Proactor *context)=0 |
|
virtual void | PreAcceptLoop (Proactor *owner) |
|
virtual void | PreShutdown () |
|
virtual void | PostShutdown () |
|
virtual uint32_t | GetSockOptMask () const |
|
Definition at line 47 of file http_handler.h.
The documentation for this class was generated from the following files: