Module utils

Source
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 a Serialize type, mapping the error to a TransportError.