mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
commit
6f38d769a8
@ -118,7 +118,7 @@ impl From<HttpResponseParserError> for ClientError {
|
|||||||
///
|
///
|
||||||
/// Example of `WebSocket` client usage is available in
|
/// Example of `WebSocket` client usage is available in
|
||||||
/// [websocket example](
|
/// [websocket example](
|
||||||
/// https://github.com/actix/actix-web/blob/master/examples/websocket/src/client.rs#L24)
|
/// https://github.com/actix/examples/blob/master/websocket/src/client.rs#L24)
|
||||||
pub struct Client {
|
pub struct Client {
|
||||||
request: ClientRequestBuilder,
|
request: ClientRequestBuilder,
|
||||||
err: Option<ClientError>,
|
err: Option<ClientError>,
|
||||||
|
Loading…
Reference in New Issue
Block a user