Monero
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 >:
Inheritance graph
[legend]
Collaboration diagram for epee::net_utils::http::custum_handler_config< t_connection_context >:
Collaboration graph
[legend]

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
 
std::unordered_map< std::string, std::size_t > m_connections
 
boost::optional< loginm_user
 
size_t m_max_content_length {std::numeric_limits<size_t>::max()}
 
std::size_t m_connection_count {0}
 
std::size_t m_max_public_ip_connections {3}
 
std::size_t m_max_private_ip_connections {25}
 
std::size_t m_max_connections {100}
 
critical_section m_lock
 

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

◆ rng

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

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