Expand description
HTTP client errors
Structs§
- Header
Value - Represents an HTTP header field value.
- Http
Error - A generic “error” for HTTP connections
- Status
Code - An HTTP status code (
status-code
in RFC 7230 et al.).
Enums§
- Connect
Error - A set of errors that can occur while connecting to an HTTP host
- Freeze
Request Error - A set of errors that can occur during freezing a request
- Invalid
Url - Json
Payload Error - A set of errors that can occur during parsing json payloads
- Payload
Error - A set of errors that can occur during payload parsing.
- Send
Request Error - A set of errors that can occur during request sending and response reading
- WsClient
Error - Websocket client error
- WsHandshake
Error - WebSocket handshake errors
- WsProtocol
Error - WebSocket protocol errors.