Skip to content

Add support for async/await

Compare
Choose a tag to compare
@VaporBot VaporBot released this 26 Oct 16:01
· 298 commits to main since this release
d733fb1
This patch was authored and released by @0xTim.

Adds support for async/await to Vapor. This initially adds async APIS for:

  • Client
  • RoutesBuilder
  • ResponseEncodable
  • Responder
  • Middleware
  • AsyncPasswordHasher
  • Cache
  • View
  • ViewRenderer

We'll add more to Vapor if they make sense - please suggest them in the #development channel on Discord.