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

HTTP Client for SwiftNIO #1745

Open
2 tasks
jbelkins opened this issue Sep 13, 2024 · 1 comment
Open
2 tasks

HTTP Client for SwiftNIO #1745

jbelkins opened this issue Sep 13, 2024 · 1 comment
Labels
feature-request A feature should be added or improved.

Comments

@jbelkins
Copy link
Contributor

Describe the feature

SwiftNIO is a popular option for high-throughput, non-blocking HTTP in the Swift community.
https://github.com/apple/swift-nio

SwiftNIO is an official Swift core project. It is commonly used both client- and server-side, and forms the basis for most Swift community server frameworks.

SwiftNIO supports HTTP/2 so it can potentially support all current AWS services.

Build a SDK HTTP client that utilizes SwiftNIO for HTTP transport.

Use Case

To support SDK integration with Swift apps based on SwiftNIO.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@jbelkins jbelkins added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Sep 13, 2024
@sichanyoo
Copy link
Contributor

Time effort estimate of 2 is for design doc.

@sichanyoo sichanyoo removed the needs-triage This issue or PR still needs to be triaged. label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants