Skip to content

Commit b49b1f9

Browse files
committed
chore: markdown format
1 parent 5523a07 commit b49b1f9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • content
    • en/docs/hertz/tutorials/basic-feature
    • zh/docs/hertz/tutorials/basic-feature

content/en/docs/hertz/tutorials/basic-feature/sse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Client connection is disconnected, possibly due to no response data for too long
4646
### Initiating a Request
4747

4848
It's exactly the same as initiating a regular HTTP request with Hertz.
49+
4950
Note: New Hertz versions will automatically identify SSE streams, so you don't need to explicitly set WithResponseBodyStream(true)
5051

5152
**Some Optional Headers**

content/zh/docs/hertz/tutorials/basic-feature/sse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Client 连接断开,可能是太久没有响应数据,请检查相应配置
4646
### 发起请求
4747

4848
与正常 Hertz 发起一个普通的 http 请求完全一致。
49+
4950
注意:新 hertz 版本会自动识别 SSE 流,不用显式设置 WithResponseBodyStream(true)
5051

5152
**部分可选 Header**

0 commit comments

Comments
 (0)