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

refactor testing utils (#2518)

This commit is contained in:
Rob Ede
2021-12-15 01:44:51 +00:00
committed by GitHub
parent dd4a372613
commit 156cc20ac8
13 changed files with 1043 additions and 928 deletions

View File

@ -1,6 +1,10 @@
# Changes
## Unreleased - 2021-xx-xx
* Re-export `actix_http::body::to_bytes`. [#2518]
* Update `actix_web::test` re-exports. [#2518]
[#2518]: https://github.com/actix/actix-web/pull/2518
## 0.1.0-beta.8 - 2021-12-11