workers-rs
workers-rs copied to clipboard
add the ability to set the protocol(s) when creating a websocket client
I found myself needing to set the protocol when creating a websocket client. This exposes a new function that allows the caller to the protocol.
Pretty straightforward, happy to adjust as needed!