v1.3.0
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)