Skip to content

0.11.0: Handler return values

Compare
Choose a tag to compare
@thekid thekid released this 21 Jan 13:41
· 621 commits to master since this release
  • Fixed issue #32: Canonicalize URL before matching - @thekid
  • Changed handler return type from void to var 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)