Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select a proper http client for iOS #87

Open
3 tasks
edeckers opened this issue Dec 22, 2020 · 0 comments
Open
3 tasks

Select a proper http client for iOS #87

edeckers opened this issue Dec 22, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed iOS question Further information is requested
Projects
Milestone

Comments

@edeckers
Copy link
Owner

edeckers commented Dec 22, 2020

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:

  • Must handle multipart requests
  • Must be lightweight
  • Must be maintained

Any suggestions are welcome!

Candidates

  • Alamofire
@edeckers edeckers added enhancement New feature or request good first issue Good for newcomers labels Dec 22, 2020
@edeckers edeckers added this to the 1.0.6 milestone Dec 22, 2020
@edeckers edeckers added help wanted Extra attention is needed question Further information is requested labels Dec 22, 2020
@edeckers edeckers added this to To do in Planned Dec 22, 2020
@edeckers edeckers modified the milestones: 1.0.6, 1.0.7 Dec 23, 2020
@edeckers edeckers added the iOS label Dec 23, 2020
@edeckers edeckers modified the milestones: 1.0.7, 1.0.8, 1.0.9, 1.0.10 Dec 23, 2020
@edeckers edeckers modified the milestones: 1.0.10, 1.0.11 Jan 7, 2021
@edeckers edeckers modified the milestones: 1.0.11, 1.0.12, 1.0.13 Feb 2, 2021
@edeckers edeckers modified the milestones: 1.0.13, 1.0.14 Feb 10, 2021
@edeckers edeckers modified the milestones: 1.1.1, 1.1.2 Mar 17, 2021
@edeckers edeckers removed this from the 1.1.2 milestone Apr 24, 2021
@edeckers edeckers modified the milestones: 1.1.3, 1.1.4 Apr 24, 2021
@edeckers edeckers modified the milestones: 2.0.4, 2.0.5 Aug 22, 2021
@edeckers edeckers modified the milestones: 2.0.5, 2.0.6 Aug 23, 2021
@edeckers edeckers modified the milestones: 2.0.6, 2.0.8, 2.0.9 Nov 21, 2021
@edeckers edeckers modified the milestones: 3.0.2, 3.0.4 Dec 22, 2021
@edeckers edeckers modified the milestones: 3.0.4, 3.0.5 Dec 29, 2021
@edeckers edeckers modified the milestones: 3.0.5, 3.0.7 Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed iOS question Further information is requested
Projects
Planned
  
Backlog
Development

No branches or pull requests

1 participant