We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06e942 commit 469771bCopy full SHA for 469771b
content/en/docs/hertz/tutorials/framework-exten/response_writer.md
@@ -77,5 +77,5 @@ Effect display:
77
Open the interface in the example at localhost:8888, and then use the following command to observe the effect:
78
79
```bash
80
-curl -N --location localhost:8888//flush/chunk
+curl -N --location localhost:8888/flush/chunk
81
```
content/zh/docs/hertz/tutorials/framework-exten/response_writer.md
@@ -68,5 +68,5 @@ Hertz 在 `app.RequestContext` 中提供了 `Response.HijackWriter` 方法让用
68
在 localhost:8888 开启示例中的接口,然后使用如下命令观察效果:
69
70
71
72
0 commit comments