mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 10:47:44 +08:00
中文文档响应章节下面【文件下载】段落错别字修改
This commit is contained in:
parent
ad8b1ae398
commit
1d59fe56d6
@ -128,7 +128,7 @@ class IndexController
|
||||
## 文件下载
|
||||
|
||||
`Hyperf\HttpServer\Contract\ResponseInterface` 提供了 `download(string $file, string $name = '')` 返回一个已设置下载文件状态的 `Psr7ResponseInterface` 对象。
|
||||
如果请求中带有 `if-match` 或 `if-none-match` 的请求头,Hyperf 也会跟根据协议标准与 `ETag` 进行比较,如果一致则会返回一个 `304` 状态码的响应。
|
||||
如果请求中带有 `if-match` 或 `if-none-match` 的请求头,Hyperf 也会根据协议标准与 `ETag` 进行比较,如果一致则会返回一个 `304` 状态码的响应。
|
||||
|
||||
`download` 方法:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user