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

Migrate fully to async-http-client #120

Open
fwcd opened this issue Nov 7, 2022 · 0 comments
Open

Migrate fully to async-http-client #120

fwcd opened this issue Nov 7, 2022 · 0 comments
Labels
refactoring Improvements to the code structure

Comments

@fwcd
Copy link
Owner

fwcd commented Nov 7, 2022

Currently many operations, especially the interactions with web APIs use HTTPRequest from swift-utils, which is based on Foundation's URLSession. Ideally we should migrate to async-http-client (and to async in general, see #93)

This would also make it easier to integrate with other async-http-client-based packages, e.g. swift-mensa.

@fwcd fwcd added the refactoring Improvements to the code structure label Nov 7, 2022
@fwcd fwcd changed the title Migrate fully to Swift NIO and async-http-client Migrate fully to async-http-client Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Improvements to the code structure
Projects
None yet
Development

No branches or pull requests

1 participant