One issue I see currently is that there's no way to extend the current Fetch-implementation. E.g. it'd be nice for consumers to extend with custom functionality: ```reason module Body: { ... let toJSON = ... => ... } ```