New Features
- Replace
__call__
withrt
in handler functions (#334) - Add
flat_tuple
and use it to allow nested tuples in route responses - Add
body
parameter for decoded body - Move pico-specific components to separate module (#327)
- Add "get" and "post" as default methods on routes (#317)
- Support Reverse URL lookups by exposing
url_for
(#189)