Crate manas_http

Source
Expand description

This crate provides extended functionality for handling http semantics, that integrates into hyper ecosystem.

See RFC 9110 HTTP Semantics

Modules§

conditional_req
I define utilities to handle http conditional requests.
field
This module implements types for representing http fields.
header
I define few typed headers.
representation
I define types for representing and handling resource representations.
service
I define traits for http services in manas ecosystem.
uri
Uniform Resource Identifiers (URIs) are used throughout HTTP as the means for identifying resources (Section 3.1).

Macros§

define_static_rel_types
Macro to define static RelationType values.