We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbd914 commit 169d142Copy full SHA for 169d142
axum/src/routing/method_filter.rs
@@ -20,7 +20,7 @@ impl MethodFilter {
20
/// As seen in the [HTTP Upgrade Token Registry],
21
/// common uses include WebSockets and proxying UDP or IP –
22
/// though note that when using [`WebSocketUpgrade`]
23
- /// it’s more useful to use [`any`]
+ /// it’s more useful to use [`any`](crate::routing::any)
24
/// as HTTP/1.1 WebSockets need to support `GET`.
25
///
26
/// [extended CONNECT]: https://www.rfc-editor.org/rfc/rfc8441.html#section-4
0 commit comments