update docs

This commit is contained in:
crazywhalecc
2023-02-11 21:25:41 +08:00
committed by Jerry
parent 8188eea7f2
commit 3421480010
2 changed files with 12 additions and 2 deletions

View File

@@ -376,3 +376,9 @@ public function testRoute(HttpRequestEvent $event)
获取一个 KV 库实例。
有关 KV 库的使用,见 [组件 - KV 缓存](/components/store/cache)。
### zm_http_response()
快速生成一个符合 PSR-7 的 HTTP Response 对象。
有关参数,等同于 HttpFactory 对象,详见 HttpFactory 文档TODO