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
|
||||
/// `actix_http::ws::Codec`.
|
||||
/// Perform WebSocket handshake and start actor with the given [`Codec`].
|
||||
pub fn start_with_codec<A, T>(
|
||||
actor: A,
|
||||
req: &HttpRequest,
|
||||
|
|
Loading…
Reference in New Issue