Expand description
Misc. utilities for building transports.
Functionsยง
- guess_
local_ url - Guess whether the URL is local, based on the hostname.
- to_
json_ raw_ value - Convert to a
Box<RawValue>
from aSerialize
type, mapping the error to aTransportError
.