Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.13k stars 380 forks source link

Add headers & query params to websocket handler object #115

Open adityamohta opened 1 year ago

adityamohta commented 1 year ago

I think having headers & query params inside the websocket handler object should be a very useful information for servers.

Would be keen to hear opinions of the maintainers, thank you!

Related Issue

https://github.com/Pithikos/python-websocket-server/issues/53