0.11.0: Handler return values
- Fixed issue #32: Canonicalize URL before matching - @thekid
- Changed handler return type from
void
tovar
and ensured anything
returned from a handler will be returned from routing and filters.
Implements functionality suggested in #31
(@thekid) - Changed
web.filters.Invocation
's constructor to be more liberal as
to what it accepts for its routing argument
(@thekid)