github actix/actix-web v0.7.2
Actix web 0.7.2

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

Changes

Added

  • Add implementation of FromRequest<S> for Option<T> and Result<T, Error>

  • Allow to handle application prefix, i.e. allow to handle /app path
    for application with /app prefix.
    Check App::prefix()
    api doc.

  • Add CookieSessionBackend::http_only method to set HttpOnly directive of cookies

Changed

  • Upgrade to cookie 0.11

  • Removed the timestamp from the default logger middleware

Fixed

  • Missing response header "content-encoding" #421

  • Fix stream draining for http/2 connections #290

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.