1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

actix-tls: allow getting uri from Connect (#415)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Alexander Polakov
2021-11-15 13:39:42 +03:00
committed by GitHub
parent 443a328fb4
commit 0b0cbd5388
2 changed files with 22 additions and 8 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Add `Connect::request` for getting a reference to the connection request. [#415]
[#415]: https://github.com/actix/actix-net/pull/415
## 3.0.0-beta.7 - 2021-10-20