alexfernandez / loadtest

Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.
MIT License
2.57k stars 209 forks source link

Support for WebSockets over TLS #192

Closed AdrianGjerstad closed 1 year ago

AdrianGjerstad commented 3 years ago

Just like normal HTTP, the WS protocol also comes with a secure variant. I think having support for this variant would be very helpful.

Looking at the code, it shouldn't be too hard to implement, since WSS is just HTTPS with a websocket handshake.

alexfernandez commented 3 years ago

Care to give it a try?

AdrianGjerstad commented 3 years ago

I would love to try!

I've got school tomorrow so I could probably try to get a pull request in tomorrow evening.

alexfernandez commented 3 years ago

Whenever you are ready!

alexfernandez commented 1 year ago

Closing due to lack of activity, please reopen if needed.