![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
Namespaces | |
| namespace | anonymous_namespace{server.cc} | 
Classes | |
| class | Bind | 
| class | RequestHandlerInterface | 
| class | Server | 
| class | ServerConnection | 
| class | ServerRequest | 
| a HTTP request and response.  More... | |
Typedefs | |
| using | Headers = ServerRequest::Headers | 
| using | IOBuffer = ServerRequest::IOBuffer | 
| using | Socket = net::ip::tcp::socket | 
| using | TlsSocket = net::tls::TlsStream< Socket > | 
| using | ServerConnectionRaw = ServerConnection< net::ip::tcp::socket > | 
| using | ServerConnectionTls = ServerConnection< TlsSocket > | 
| using | ConnectionRaw = ServerConnectionRaw::Parent | 
| using | ConnectionTls = ServerConnectionTls::Parent | 
| using | ConnectionStatusCallbacksRaw = ConnectionRaw::ConnectionStatusCallbacks | 
| using | ConnectionStatusCallbacksTls = ConnectionTls::ConnectionStatusCallbacks | 
Variables | |
| HTTP_SERVER_LIB_EXPORT std::atomic< uint64_t > | http_connections_created {0} | 
| HTTP_SERVER_LIB_EXPORT std::atomic< uint64_t > | http_connections_closed {0} | 
| HTTP_SERVER_LIB_EXPORT std::atomic< uint64_t > | http_connections_reused {0} | 
| using http::server::ConnectionRaw = typedef ServerConnectionRaw::Parent | 
| using http::server::ConnectionStatusCallbacksRaw = typedef ConnectionRaw::ConnectionStatusCallbacks | 
| using http::server::ConnectionStatusCallbacksTls = typedef ConnectionTls::ConnectionStatusCallbacks | 
| using http::server::ConnectionTls = typedef ServerConnectionTls::Parent | 
| using http::server::Headers = typedef ServerRequest::Headers | 
| using http::server::IOBuffer = typedef ServerRequest::IOBuffer | 
| using http::server::ServerConnectionRaw = typedef ServerConnection<net::ip::tcp::socket> | 
| using http::server::ServerConnectionTls = typedef ServerConnection<TlsSocket> | 
| using http::server::Socket = typedef net::ip::tcp::socket | 
| using http::server::TlsSocket = typedef net::tls::TlsStream<Socket> | 
| std::atomic< uint64_t > http::server::http_connections_closed {0} | 
| std::atomic< uint64_t > http::server::http_connections_created {0} | 
| std::atomic< uint64_t > http::server::http_connections_reused {0} |