Open
Description
Currently it's not possible to access response and its headers. This might be important in some cases, like when the server authenticates the client and sends an authorization header along with the response. I'm guessing exposing the response object as a property on WebSocket class would solve the issue.