Crate http_io

source ·
Expand description

An HTTP client and server with minimal dependencies.

See the client module for HTTP client code. See the server module for HTTP server code. See the url module for code representing urls.

Modules

Code for making HTTP requests.
Types representing various parts of the HTTP protocol.
A very simple HTTP server. It is not suitable for production workloads. Users should write their own request handler which implements the HttpRequestHandler trait.
A RFC 3986 URL