Skip to content

0.2.0

Compare
Choose a tag to compare
@dploeger dploeger released this 09 Feb 08:23
· 14 commits to main since this release
  • cookie-Api
  • request parameters
  • regexp group compilation of request path, in order to automatically create request.parameters from paths like /user/:id/name/:name
  • added static file router
  • debug mode
  • response.send() will now automatically match a response code to its relative response text, and the data parameter is optional
  • response.json() automatically sends a response following the JSON standard using a Dictionary/Array as data and application/json as content type
  • Updated docs
  • Moved logo to penpot format instead of proprietary Sketch format

Thanks to @fenix-hub