Function tungstenite::handshake::server::write_response
source ยท pub fn write_response<T>(w: impl Write, response: &Response<T>) -> Result<()>
Expand description
Write response
to the stream w
.
pub fn write_response<T>(w: impl Write, response: &Response<T>) -> Result<()>
Write response
to the stream w
.