mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-23 23:34:35 +01:00
link to websocket example
This commit is contained in:
parent
e99a5e8144
commit
b698e3546b
@ -92,7 +92,11 @@ impl From<HttpResponseParserError> for WsClientError {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Websockt client
|
/// WebSocket client
|
||||||
|
///
|
||||||
|
/// Example of WebSocket client usage is available in
|
||||||
|
/// [websocket example](
|
||||||
|
/// https://github.com/actix/actix-web/blob/master/examples/websocket/src/client.rs#L24)
|
||||||
pub struct WsClient {
|
pub struct WsClient {
|
||||||
request: ClientRequestBuilder,
|
request: ClientRequestBuilder,
|
||||||
err: Option<WsClientError>,
|
err: Option<WsClientError>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user