Skip to main content

Module http

Module http 

Available on crate feature net only.
Expand description

http net support added as part of rama’s net support

See rama-http and rama-http-backend for most http support. In this module lives only the stuff directly connected to rama-net types.

Modules§

server
Http server utility types and services.
uri
Request Uri utilities

Structs§

FallbackHttpVersion
HTTP version to use only when connection negotiation does not select one.
HttpRequestVersion
HTTP version carried by the request that initiated a connection attempt.
InvalidVersion
A possible error value when converting Version from bytes or a related type.
TargetHttpVersion
Target http version
Version
Represents a version of the HTTP spec.