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

Add .peer_addr() #744

This commit is contained in:
Nikolay Kim
2019-04-16 10:11:38 -07:00
parent eb4f6b74fb
commit 420d3064c5
5 changed files with 48 additions and 16 deletions

View File

@ -1,12 +1,14 @@
# Changes
## [1.0.0-alpha.7] - 2019-04-xx
## [1.0.0-beta.1] - 2019-04-xx
### Added
* Added helper functions for reading test response body,
* Add helper functions for reading test response body,
`test::read_response()` and test::read_response_json()`
* Add `.peer_addr()` #744
### Changed
* Rename `RouterConfig` to `ServiceConfig`