github actix/actix-web 0.7.15
Actix web 0.7.15

latest releases: web-v4.8.0, http-v3.8.0, test-v0.1.5...
5 years ago

Changed

  • ClientConnector::resolver now accepts Into<Recipient> instead of Addr. It enables user to implement own resolver.

  • QueryConfig and PathConfig are made public.

  • AsyncResult::async is changed to AsyncResult::future as async is reserved keyword in 2018 edition.

Added

  • By default, Path extractor now percent decode all characters. This behaviour can be disabled
    with PathConfig::default().disable_decoding()

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.