**Describe the bug** File Upload fails due to `Content-Type` header being automatically added when multipart/form-data is expected Fix: Remove the default content-type for POST and PUT that is added here https://github.com/alex-cory/use-http/blob/master/src/doFetchArgs.ts#L60 see here for more information: https://github.com/github/fetch/issues/505#issuecomment-293064470