simple-websocket
simple-websocket copied to clipboard
Get client's `header` in `Server` class?
Hello.
Related with flask-sock library, I'm trying to get client's headers (Like cookies, Sec-Websocket-Key, ...) from Server class.
But it seems there are no ways to get client's information, such as cookies, headers, etc..
Is there any way to get client's information?
With Flask-Sock you have a Flask view function, you can use Flask's request to access headers, cookies, etc.