mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 05:18:44 +00:00
link to websocket example
This commit is contained in:
parent
e99a5e8144
commit
b698e3546b
1 changed files with 5 additions and 1 deletions
|
@ -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 a new issue