Closed GoogleCodeExporter closed 9 years ago
I.e. this is just a way for a pywebsocket reply handler to indicate if it wants
the Strict-Transport-Security header set. We'd be fine with a more structured
approach if this is too hacky.
Original comment by jduell.m...@gmail.com
on 8 Jan 2013 at 1:19
Sorry for delay. I'll add an API to allow handlers to add non WebSocket
specific headers in the extra handshake callback.
Original comment by tyoshino@chromium.org
on 25 Jan 2013 at 6:29
Done. Please push the header and value you want to send back to the client to
request.extra_headers as a pair during extra handshake.
See example/hsts_wsh.py for reference. Thanks
Original comment by tyoshino@chromium.org
on 1 Feb 2013 at 7:11
Original issue reported on code.google.com by
k0Sc...@gmail.com
on 26 Dec 2012 at 11:44Attachments: