All notable changes to fetchy
will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Network error logging
Net
error being reported asNetwork
- GET requests panicking
- Add docs.rs metadata so that docs build
Fetch::builder()
,FetchBuilder
Fetch::Header
Result
type alias now uses default generics, and has an additional generic
Fetch::new()
, useFetch::builder()
instead
Fetch
struct for HTTPS fetchError
enum for HTTP status code errorsMethod
enum for selecting the HTTP methodResult
type alias for convenience