Victor Hugo Barros

Results 10 issues of Victor Hugo Barros

Be able to set nil values

necessary changes to be able to run the project using Xcode 7

* [x] I've started my branch from the `develop` branch (gitflow) * [x] And I've selected `develop` as the "base" branch for this Pull Request I'm about to create *...

Support for resumable uploads

enhancement

Allow uploads to keep running when the app is not in foreground

enhancement

Returning a better error when the response content-type is not JSON. For example: took me some time to figure why my requests were failing because the error message returned `Uploading...

It enables models like ``` class Animal: Codable { var entityId: String? // primary key var name: String? } ``` ``` class Dog: Animal { var breed: String? } ```

## Description At the moment, all intercepted HTTP/HTTPS through Proxyman will be downgraded to HTTP/1.1. We should support HTTP/3 too and implement the HTTP/3 parser correctly. ## Why this feature/change...

enhancement