Skip to content
This repository was archived by the owner on Apr 21, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 265 Bytes

TODO.md

File metadata and controls

13 lines (9 loc) · 265 Bytes

Todo

Router

  • Add optional argument support like /foo/:bar?
  • Add glob support like /foo/*

App

  • Add middleware support
  • Add chain handlers support with a.k.a next
  • Add parse form data support
  • Handle WebSocket requests