1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

update api doc example for client and add panic info for connection_info

This commit is contained in:
Nikolay Kim
2019-07-11 14:40:37 +06:00
parent f410f3330f
commit 69456991f6
2 changed files with 4 additions and 1 deletions

View File

@ -186,6 +186,9 @@ impl HttpRequest {
}
/// Get *ConnectionInfo* for the current request.
///
/// This method panics if request's extensions container is already
/// borrowed.
#[inline]
pub fn connection_info(&self) -> Ref<ConnectionInfo> {
ConnectionInfo::get(self.head(), &*self.app_config())