Module websocket::codec::http [−][src]
Send HTTP requests and responses asynchronously.
This module has both an HttpClientCodec
for an async HTTP client and an
HttpServerCodec
for an async HTTP server.
Structs
HttpClientCodec | A codec to be used with |
HttpServerCodec | A codec that can be used with streams implementing |
Enums
HttpCodecError | Any error that can happen during the writing or parsing of HTTP requests
and responses. This consists of HTTP parsing errors (the |