A tiny (~ 2Kb g-zipped) wrapper built around fetch with an intuitive syntax.
import wretch from "wretch"
wretch()
.helperMethods() //.url, .options, .headers ...
.bodyType() // .json, .formData, .formUrl ...
.httpMethod() // .get, .post, .put ...
.errorCatchers() // .notFound, .unauthorized ...
.responseType() // .json, .blob ...
.then/catch()
// Like aborting a request