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§

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.