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§
- client
- Code for making HTTP requests.
- error
- protocol
- Types representing various parts of the HTTP protocol.
- server
- A very simple HTTP server. It is not suitable for production workloads.
Users should write their own request handler which implements the
HttpRequestHandlertrait. - ssl
- url