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

Add WebSocket support #17

Open
ameshkov opened this issue Sep 24, 2023 · 0 comments
Open

Add WebSocket support #17

ameshkov opened this issue Sep 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ameshkov
Copy link
Owner

curl has some initial support for WebSocket with some additional plans outline here: https://curl.se/docs/websocket.html

It'd be nice to add WebSocket support to curl alongside some of the things that are not implemented in curl yet:

  • Read stdin and send off as messages. Consider newline as end of fragment. (default to text? offer option to set binary)
  • Respond to PINGs automatically
  • Issue PINGs at some default interval (option to switch off/change interval?)
  • Allow -d to specify (initial) data to send (should the format allow for multiple separate frames?)
  • Exit after N messages received, where N can be zero.
@ameshkov ameshkov added the enhancement New feature or request label Sep 24, 2023
ameshkov added a commit that referenced this issue Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant