aleph

2016-03-18T09:25:40.000003Z

@ztellman: Hey Zach. I am trying to port one of our services to Aleph. Its a web socket server that currently runs on http-kit. One of the things I require is the ability to add some custom http headers in the response during the websocket Upgrade process. Do you see a way I could do that?

2016-03-18T09:44:03.000004Z

To elaborate, I need to inspect the Sec-WebSocket-Extensions header value from the client req, and based on that add a response header during the upgrade process.

2016-03-18T09:48:38.000005Z

And similarly need to check the Sec-WebSocket-Protocol header in the request, and add the same back to the response if the protocol is what I expect