Skip to content

ntex v0.1.8

Compare
Choose a tag to compare
@fafhrd91 fafhrd91 released this 12 Apr 08:10
· 956 commits to master since this release

Changes

  • ntex::web: Fix definition of ok_service and default_service.

  • ntex::web: Add default error impl for http::PayloadError

  • ntex::web: Add default error impl for http::client::SendRequestError

  • ntex::web: Move web::Data to web::types::Data

  • ntex::web: Simplify Responder trait

  • ntex::web: Simplify WebResponse, remove B generic parameter