Skip to content

Initial Release

Compare
Choose a tag to compare
@mackignacio mackignacio released this 29 Jun 04:17

Features

  • Router.add()
  • Router.init
  • Handles HTTP request for the following methods:
    • GET
    • POST
    • PUT
    • PATCH
    • OPTIONS
  • Method chaining four HTTP methods
  • Request Object
    • Parsing of request body for application/json, application/x-www-form-urlencoded and multipart/form-data
      • NOTE: multipart/form-data with files are not yet supported
    • Parsing of request params object using : annotation
    • Parsing of request query object
  • Response Object
    • res.send()
    • res.json()
    • res.html()