Skip to content

v1.3.0

Compare
Choose a tag to compare
@na2axl na2axl released this 21 Nov 08:28
· 29 commits to master since this release

Some improvements are made:

  • Ability to initialize HTTP headers through the constructor (2f23912)
  • Add support for OPTIONS HTTP header (2b06269)
  • Add new ways to use middlewares, with the ability to create self-middlewared Routes (f5ff09a)
  • The Request class can now handle raw request body when the content can not be automatically parsed into a RequestData instance (1ea38c9)

    Note that this behaviour may change in the future of WaterPipe, and will be configured through WaterPipeConfig.

  • Add quick methods to play with CORS HTTP headers (eaff994)