Module fetcher

Module fetcher 

Source
Expand description

Fetching remote resources

Structs§

Fetcher
Fetch data using HTTP.
FetcherOptions
Options for the Fetcher
Json
JSON based data.
Text
A new-type wrapping String.

Enums§

Error
Error when retrieving

Traits§

Data
Data which can be extracted from a Response.
DataProcessor
Processing data returned by a request.