Electroneum
epee::net_utils::http::custum_handler_config< t_connection_context > Struct Template Reference

#include <http_protocol_handler.h>

Inheritance diagram for epee::net_utils::http::custum_handler_config< t_connection_context >:
Collaboration diagram for epee::net_utils::http::custum_handler_config< t_connection_context >:

Public Attributes

i_http_server_handler< t_connection_context > * m_phandler
 
std::function< void(size_t, uint8_t *)> rng
 
- Public Attributes inherited from epee::net_utils::http::http_server_config
std::string m_folder
 
std::vector< std::string > m_access_control_origins
 
boost::optional< loginm_user
 
critical_section m_lock
 

Detailed Description

template<class t_connection_context>
struct epee::net_utils::http::custum_handler_config< t_connection_context >

Definition at line 162 of file http_protocol_handler.h.

Member Data Documentation

◆ m_phandler

template<class t_connection_context >
i_http_server_handler<t_connection_context>* epee::net_utils::http::custum_handler_config< t_connection_context >::m_phandler

Definition at line 164 of file http_protocol_handler.h.

◆ rng

template<class t_connection_context >
std::function<void(size_t, uint8_t*)> epee::net_utils::http::custum_handler_config< t_connection_context >::rng

Definition at line 165 of file http_protocol_handler.h.


The documentation for this struct was generated from the following file: