github actix/actix-web web-v1.0.0
Actix web v1.0.0

latest releases: router-v0.5.3, web-v4.6.0, awc-v3.5.0...
4 years ago

Changes

Add

  • Add Scope::configure() method.

  • Add ServiceRequest::set_payload() method.

  • Add test::TestRequest::set_json() convenience method to automatically
    serialize data and set header in test requests.

  • Add macros for head, options, trace, connect and patch http methods

  • Add App::register_data()

Changes

  • Drop an unnecessary Option<_> indirection around ServerBuilder from HttpServer. #863

Fixed

  • Fix Logger request time format, and use rfc3339. #867

  • Clear http requests pool on app service drop #860

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.