Expand description
This crate provides extended functionality for handling http semantics, that integrates into hyper
ecosystem.
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.