pavex 0.1.29

A framework for building API services and web applications in Rust.
Documentation
1
2
3
4
5
6
7
//! Process and extract data from incoming HTTP requests.
pub use request_head::RequestHead;

pub mod body;
pub mod path;
pub mod query;
mod request_head;