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

Use NIOHTTPClient for making http requests instead of NSURLSession. #12

Open
fabianfett opened this issue Aug 22, 2019 · 1 comment
Open

Comments

@fabianfett
Copy link
Contributor

Hi,

I was wondering, if it would make sense to replace the current http client implementation based on URLSession and FoundationNetworking with an implementation based on

https://github.com/swift-server/async-http-client/

@Andrea-Scuderi
Copy link

Hi @fabianfett,
thanks for your comment.
I've prepared a new framework as I discovered that the async-http-client solves the issue of doing HTTPS request from the Lambda. You can find the details here: https://github.com/swift-sprinter/aws-lambda-swift-sprinter.
The project it's open for collaboration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants