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

Allow user to provide addr to custom resolver

We basically swaps Addr with Recipient to enable user to use custom resolver
This commit is contained in:
Douman
2018-11-22 19:20:07 +03:00
parent 389cb13cd6
commit 9aab382ea8
3 changed files with 10 additions and 6 deletions

View File

@ -4,6 +4,8 @@
## Changed
* `ClientConnector::resolver` now accepts `Into<Recipient>` instead of `Addr`. It enables user to implement own resolver.
* `QueryConfig` and `PathConfig` are made public.
## [0.7.14] - 2018-11-14