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 e42cffc commit 89b5b04Copy full SHA for 89b5b04
actix-web/src/request.rs
@@ -264,8 +264,10 @@ impl HttpRequest {
264
///
265
/// For expanded client connection information, use [`connection_info`] instead.
266
267
- /// Will return None when server listens on UDS socket or when called in unit tests unless [`TestRequest::peer_addr`] is used.
+ /// Will only return `None` when server is listening on [UDS socket] or when called in unit
268
+ /// tests unless [`TestRequest::peer_addr`] is used.
269
270
+ /// [UDS socket]: crate::HttpServer::bind_uds
271
/// [`TestRequest::peer_addr`]: crate::test::TestRequest::peer_addr
272
/// [`connection_info`]: Self::connection_info
273
#[inline]
0 commit comments