-
Notifications
You must be signed in to change notification settings - Fork 11
Select a proper http client for iOS #87
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needediOSquestionFurther information is requestedFurther information is requested
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needediOSquestionFurther information is requestedFurther information is requested
Currently the Blob Courier generates multipart http requests manually, which causes unnecessary complexity and bugs (#83, #86) and requires extra testing.
Select an Android OkHttp-equivalent for iOS and refactor the code. Requirements for the http client:
Any suggestions are welcome!
Candidates