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

airframe-http: Rx-based HTTP client implementation #2300

Closed
xerial opened this issue Jul 7, 2022 · 0 comments · Fixed by #2875
Closed

airframe-http: Rx-based HTTP client implementation #2300

xerial opened this issue Jul 7, 2022 · 0 comments · Fixed by #2875
Assignees
Labels

Comments

@xerial
Copy link
Member

xerial commented Jul 7, 2022

Creates an async HTTP interface based on Rx[HttpResponse]

  • Scala.js UI often needs Rx response types for rendering DOM
  • Scala Future is not always the best option for async programming (e.g., monix, Twitter future, Java's Completable Futures, reactive interfaces)
  • Supporting back-pressure would be possible
@xerial xerial added the idea label Jul 7, 2022
@xerial xerial self-assigned this Apr 25, 2023
xerial added a commit that referenced this issue Apr 25, 2023
- airframe-http: Change HTTP Aync client to Rx-based interface
- Use Rx for async tests
- Deprecated the old JSHttpClient interface

Closes #2300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant