Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 464 Bytes

todo.markdown

File metadata and controls

25 lines (18 loc) · 464 Bytes

TODO

Important

  • More information for the TRequest object.
    • request.accepts "text/xml"
    • Anything else?
  • Check file permissions for static files

Less important

  • Ability to override default 404/503 message.
  • PUT/PATCH/DELETE/OPTIONS
  • Regex matching for POST.
  • Triggering another route.
  • Better, more adjustable logging.
  • Cache control
  • Sending files: sendFile

Not sure about

  • Before filters
  • After filters
  • Streaming responses