Changes
Added
-
Add
Scope::register_data
andResource::register_data
methods, parallel to
App::register_data
. -
Add
middleware::Condition
that conditionally enables another middleware -
Allow to re-construct
ServiceRequest
fromHttpRequest
andPayload
-
Add
HttpServer::listen_uds
for ability to listen on UDS FD rather than path,
which is useful for example with systemd.
Changed
-
Make UrlEncodedError::Overflow more informativve
-
Use actix-testing for testing utils