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

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

Changes

Add

  • Add Query<T>::from_query() to extract parameters from a query string. #846
  • QueryConfig, similar to JsonConfig for customizing error handling of query extractors.

Changes

  • JsonConfig is now Send + Sync, this implies that error_handler must be Send + Sync too.

Fixed

  • Codegen with parameters in the path only resolves the first registered endpoint #841

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.