Crate file_fetcher

Source
Expand description

The ‘file_fetcher’ crate can get you file either locally or over http(s).

Modules§

errors
http
local

Structs§

Url
A parsed URL record.

Enums§

UrlError
Errors that can occur during parsing.

Functions§

open
Open an url to get a reader
open_bytes
Open an url to get bytes
open_bytes_str
Open a string url to get bytes
open_json
Open an url to get a json struct
open_json_str
Open a string url to get a json struct
open_str
Open a string url to get a reader