github actix/actix-web v0.5.0
Actix web 0.5.0

latest releases: web-v4.5.1, actors-v4.3.0, test-v0.1.3...
6 years ago

Changes

  • Type-safe path/query/form parameter handling, using serde #70

  • HttpResponse builder's methods .body(), .finish(), .json()
    return HttpResponse instead of Result

  • Use more ergonomic actix_web::Error instead of http::Error for ClientRequestBuilder::body()

  • Added HttpRequest::resource(), returns current matched resource

  • Added ErrorHandlers middleware

  • Fix router cannot parse Non-ASCII characters in URL #137

  • Fix client connection pooling

  • Fix long client urls #129

  • Fix panic on invalid URL characters #130

  • Fix logger request duration calculation #152

  • Fix prefix and static file serving #168

  • Add signed and private CookieSessionBackends

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.