Public Types | Public Member Functions | Protected Member Functions | List of all members
util::uring::HttpHandler2 Class Reference
+ Inheritance diagram for util::uring::HttpHandler2:
+ Collaboration diagram for util::uring::HttpHandler2:

Public Types

using RequestType = ::boost::beast::http::request<::boost::beast::http::string_body >
 
- Public Types inherited from util::uring::Connection
using member_hook_t = ::boost::intrusive::member_hook< Connection, connection_hook_t, &Connection::hook_ >
 

Public Member Functions

 HttpHandler2 (const HttpListenerBase *base)
 
void HandleRequests () final
 

Protected Member Functions

void HandleOne (const RequestType &req, HttpContext *cntx)
 

Additional Inherited Members

- Protected Attributes inherited from util::uring::Connection
FiberSocket socket_
 

Detailed Description

Definition at line 74 of file http_handler.h.


The documentation for this class was generated from the following files: