Skip to content

v0.6.2

Compare
Choose a tag to compare
@hubertshelley hubertshelley released this 24 May 01:26
· 378 commits to main since this release

Route路由添加Handler方式优化

增加 fn handler(self, method: Method, handler: Arc<dyn Handler>) -> Self 方法

Handler简化

  1. handler处理机制优化
    增加直接返回为Response的封装
    详细示例(examples/custom_response)
  2. 增加定制Handler
    详细示例(examples/custom_handler)