Module jsonrpsee_core::http_helpers
source · Expand description
Shared HTTP utilities.
Structs§
- Default HTTP body used by jsonrpsee.
Enums§
- Represents error that can when reading with a HTTP body.
Functions§
- Read data from a HTTP body and return the data if it is valid JSON and within the allowed size range.
- Returns a string value when there is exactly one value for the given header.
- Returns an iterator of all values for a given a header name
Type Aliases§
- HTTP request type.
- HTTP response type.