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

[RFC?] Add curl websocket bindings #18249

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

nielsdos
Copy link
Member

@nielsdos nielsdos commented Apr 4, 2025

This adds bindings to Curl's websocket support that was added in Curl 7.86.0. Instead of just pass-through C bindings, the API added here is a little more high-level from a type-safety perspective. I.e. this introduces an enum CurlWsMessageType and a DTO class CurlWsFrame for nicer and safer API handling.

Still WIP.

This adds bindings to Curl's websocket support that was added in
Curl 7.86.0. Instead of just pass-through C bindings, the API added
here is a little more high-level from a type-safety perspective.
I.e. this introduces an enum CurlWsMessageType and a DTO class
CurlWsFrame for nicer and safer API handling.

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

Successfully merging this pull request may close these issues.

1 participant