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

[Feature Request] [Redbean] Add libcurl to enable more advanced http/websocket client #1128

Open
codehz opened this issue Mar 21, 2024 · 0 comments

Comments

@codehz
Copy link

codehz commented Mar 21, 2024

Use cases:

  1. Some API endpoint only allow HTTP/2.0: APNS
  2. Also websocket (with tls) client
  3. Send multiple request at same time (without forking)
  4. HTTP Request with streaming payload (+if allow get body chunk by chunk we can also build a reverse proxy)

Yes, I think some of those functions can be implemented in lua with unix module except for the tls support... but it is not ideal

also libcurl has permissive license, I think it should be compatible with cosmopolitan and redbean

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

1 participant