mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Expose peer addr via Request::peer_addr() and RequestHead::peer_addr
This commit is contained in:
parent
14252f5ef2
commit
a116c4c2c7
13 changed files with 170 additions and 85 deletions
|
@ -72,8 +72,8 @@ actix-router = "0.1.2"
|
|||
actix-rt = "0.2.2"
|
||||
actix-web-codegen = "0.1.0-alpha.6"
|
||||
actix-http = { version = "0.1.0-alpha.5", features=["fail"] }
|
||||
actix-server = "0.4.2"
|
||||
actix-server-config = "0.1.0"
|
||||
actix-server = "0.4.3"
|
||||
actix-server-config = "0.1.1"
|
||||
actix-threadpool = "0.1.0"
|
||||
awc = { version = "0.1.0-alpha.6", optional = true }
|
||||
|
||||
|
@ -81,7 +81,7 @@ bytes = "0.4"
|
|||
derive_more = "0.14"
|
||||
encoding = "0.2"
|
||||
futures = "0.1"
|
||||
hashbrown = "0.2.1"
|
||||
hashbrown = "0.2.2"
|
||||
log = "0.4"
|
||||
mime = "0.3"
|
||||
net2 = "0.2.33"
|
||||
|
@ -121,4 +121,4 @@ actix-web-codegen = { path = "actix-web-codegen" }
|
|||
actix-web-actors = { path = "actix-web-actors" }
|
||||
actix-session = { path = "actix-session" }
|
||||
actix-files = { path = "actix-files" }
|
||||
awc = { path = "awc" }
|
||||
awc = { path = "awc" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue