Closed
Description
I need access to the downcast methods on NetworkStream+Send on the server in order to gain access to a TcpStream object. This will allow me to implement an iron middleware to upgrade connections to websocket connections, following the work already done in rust-websockets.
Iron currently only has access to a NetworkStream which is obtained by calling "deconstruct" on the request object provided by hyper.