mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +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 {
|
||||
request: ClientRequestBuilder,
|
||||
err: Option<WsClientError>,
|
||||
|
Loading…
Reference in New Issue
Block a user