mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-01 12:15:08 +02:00
add TakeRequest service; update ws test case
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
//! To setup a `WebSocket`, first do web socket handshake then on success
|
||||
//! convert `Payload` into a `WsStream` stream and then use `WsWriter` to
|
||||
//! communicate with the peer.
|
||||
//! ```
|
||||
use std::io;
|
||||
|
||||
use error::ResponseError;
|
||||
|
Reference in New Issue
Block a user