Template Struct server< AuxT, void, CacheT >¶
Defined in File server.h
Struct Documentation¶
-
template<typename
AuxT, typenameCacheT>
structudho::server<AuxT, void, CacheT>¶ Public Types
-
typedef udho::attachment<auxiliary_type, void, cache_type>
attachment_type¶
-
typedef server<auxiliary_type, void, cache_type>
self_type¶
-
typedef attachment_type::configuration_type
configuration_type¶
-
using
context_type= udho::context<auxiliary_type, RequestT, attachment_type>¶
-
typedef udho::defs::request_type
http_request_type¶
-
typedef context_type<http_request_type>
context¶
-
typedef http_request_type
request_type¶
Public Functions
-
server(boost::asio::io_service &io)¶
-
configuration_type &
config()¶
-
const configuration_type &
config() const¶
-
template<typename
ConfigKeyT>
autooperator[](const ConfigKeyT &k)¶
-
template<typename
ConfigKeyT>
autooperator[](const ConfigKeyT &k) const¶
-
typedef udho::attachment<auxiliary_type, void, cache_type>