silent 2.16.1

Silent Web Framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg(feature = "multipart")]
pub(crate) mod form;
pub(crate) mod next;
pub(crate) mod path_param;
pub(crate) mod req_body;
pub(crate) mod request;
pub(crate) mod res_body;
pub(crate) mod response;

pub mod into_response;
pub(crate) mod remote_addr;
pub(crate) mod serde;
pub(crate) mod socket_addr;