Crate finchers_http [] [src]

Basic endpoints and utilities for parsing HTTP requests

Re-exports

pub use body::FromBody;
pub use header::FromHeader;
pub use path::FromSegment;
pub use path::FromSegments;
pub use query::FromQuery;

Modules

body

Components for parsing the HTTP request body.

header

Components for parsing the HTTP headers.

json

Components for parsing the JSON payload and converting to JSON values.

method

Components for checking the HTTP method.

path

Components for parsing request path

query

Components for parsing the query string and urlencoded payload.