1 2 3 4 5 6 7
#![allow(clippy::module_inception)] mod core; mod method; pub use core::Http; pub use method::Method;