//! The HTTP module contains types for representing HTTP requests and responses in Rust.
//! These types are Candid-encodable and are used by canisters that implement the
//! HTTP interface required by the HTTP Gateway Protocol.
modheader_field;modhttp_request;modhttp_response;pubuseheader_field::*;pubusehttp_request::*;pubusehttp_response::*;