mirror of https://github.com/fafhrd91/actix-web
Use intra-doc links.
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
parent
cbc9ba1734
commit
bbe729a5dc
|
@ -60,8 +60,7 @@ where
|
||||||
)))
|
)))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Perform WebSocket handshake and start actor with the given
|
/// Perform WebSocket handshake and start actor with the given [`Codec`].
|
||||||
/// `actix_http::ws::Codec`.
|
|
||||||
pub fn start_with_codec<A, T>(
|
pub fn start_with_codec<A, T>(
|
||||||
actor: A,
|
actor: A,
|
||||||
req: &HttpRequest,
|
req: &HttpRequest,
|
||||||
|
|
Loading…
Reference in New Issue