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

allow to override request's uri

This commit is contained in:
Nikolay Kim
2019-03-29 16:27:18 -07:00
parent 5eb3f1154e
commit e9bbde6832
2 changed files with 19 additions and 11 deletions

View File

@ -15,6 +15,8 @@
### Changed
* Allow to override request's uri
* Export `ws` sub-module with websockets related types