#![warn(clippy::all, clippy::pedantic)]
pub mod host;
pub mod request;
pub mod response;
pub mod status;