Available on crate feature
http-helpers
only.Expand description
Shared HTTP utilities.
Structs§
- Body
- Default HTTP body used by jsonrpsee.
Enums§
- Http
Error - Represents error that can when reading with a HTTP body.
Functions§
- read_
body - Read data from a HTTP body and return the data if it is valid JSON and within the allowed size range.
- read_
header_ value - Returns a string value when there is exactly one value for the given header.
- read_
header_ values - Returns an iterator of all values for a given a header name