Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Releases: oltdaniel/zap

New body parser

13 Nov 16:26
Compare
Choose a tag to compare

Following things had been changed:

  • We removed httparse for better perfomance, now 2.96x faster than iron
  • Request object variables changed, see here

Some huge bug fixes

12 Oct 19:05
Compare
Choose a tag to compare
  • Request::body returns real body content
  • Clearing buffer after request
  • Access to raw request data

Second Release

06 Oct 14:18
Compare
Choose a tag to compare

We made some massive performance improvements.

  • Faster response writing
  • response.status(200, "OK") had been replaced with response.status(200)
  • Documentation has some infos

First Release

02 Oct 15:12
Compare
Choose a tag to compare
v0.0.1

Remove unused libaries, added new example