Skip to main content

Module full_https_transport

Module full_https_transport 

Source
Expand description

§Production HTTPS transport

The server-binding half of the transport stack. Wraps hashiverse_lib::transport::partial_https_transport::PartialHttpsTransportFactory (which supplies the client-side outbound rpc() and the bootstrap lookup) and adds everything needed to accept inbound TLS connections:

Per-connection state flows through hashiverse_lib::transport::ddos::ddos::DdosConnectionGuards so per-IP accounting happens automatically without each handler needing to remember it.

Structs§

FullHttpsTransportFactory
Full HTTPS transport factory for server use.
FullHttpsTransportServer