Crate webparse

Source

Re-exports§

pub use http::HeaderMap;
pub use http::HeaderName;
pub use http::HeaderValue;
pub use http::Method;
pub use http::Version;
pub use http::Request;
pub use http::Response;
pub use http::HttpError;
pub use http::StatusCode;
pub use http::http2;
pub use http::http2::Http2Error;
pub use url::Url;
pub use url::Scheme;
pub use url::UrlError;

Modules§

http
url
ws

Macros§

byte_map
expect
must_have
next
peek
try_advance

Structs§

Extensions
A type map of protocol extensions.
Helper

Enums§

WebError

Traits§

Serialize

Type Aliases§

WebResult