Module rama::http::server::service

Expand description

Rama HTTP server module.

Structsยง

  • A configuration builder for H2 server connections in auto mode.
  • A configuration builder for HTTP/1 server connections in auto mode.
  • A configuration builder for H2 server connections.
  • A configuration builder for HTTP/1 server connections.
  • A builder for configuring and listening over HTTP using a Service.
  • A Service that can be used to serve IO Byte streams (e.g. a TCP Stream) as HTTP.