req
req copied to clipboard
Hijack H1 Connection (e.g. for using as Websocket)
I think all that would be needed is that the persistConn
gets "removed". E.g. decConnsPerHost
would have to be called I think, maybe more?
I think the http.Hijacker interface could be implemented for this?
Is there currently any way to establish a WS Connection using imroc/req?
Thank you!