Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@PunGy PunGy released this 04 Jul 16:49
· 4 commits to main since this release
57d14fb
  • Switch from commonjs to esmodules
  • Now we can pass parameters into the server. For example, ssl certificate
  • Add support for https servers. Just pass key and cert into the server parameter
  • Upgrade build process. Exclude helpers from the final build
  • Handler for sending files (ctx.response.sendFile('image.jpg'))
  • Add library for detecting MIME types
  • Fix some bugs with parsing json body