![]() |
TrinityCore
|
This is the complete list of members for Trinity::Net::Http::DispatcherService, including all inherited members.
| _getHandlers | Trinity::Net::Http::DispatcherService | private |
| _logger | Trinity::Net::Http::DispatcherService | private |
| _postHandlers | Trinity::Net::Http::DispatcherService | private |
| DispatcherService(std::string_view loggerSuffix) | Trinity::Net::Http::DispatcherService | inlineexplicit |
| HandleBadRequest(std::shared_ptr< AbstractSocket > session, RequestContext &context) | Trinity::Net::Http::DispatcherService | static |
| HandlePathNotFound(std::shared_ptr< AbstractSocket > session, RequestContext &context) | Trinity::Net::Http::DispatcherService | static |
| HandleRequest(std::shared_ptr< AbstractSocket > session, RequestContext &context) | Trinity::Net::Http::DispatcherService | |
| HandleUnauthorized(std::shared_ptr< AbstractSocket > session, RequestContext &context) | Trinity::Net::Http::DispatcherService | static |
| HttpMethodHandlerMap typedef | Trinity::Net::Http::DispatcherService | private |
| RegisterHandler(boost::beast::http::verb method, std::string_view path, std::function< RequestHandlerResult(std::shared_ptr< AbstractSocket > session, RequestContext &context)> handler, RequestHandlerFlag flags=RequestHandlerFlag::None) | Trinity::Net::Http::DispatcherService | protected |