1
0
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:
Nikolay Kim
2018-10-05 15:39:35 -07:00
parent 7e135b798b
commit c0699a070e
4 changed files with 114 additions and 43 deletions

View File

@ -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;