File tree 4 files changed +4
-3
lines changed
bizdemo/hertz_swagger_gen
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ header:
27
27
- bizdemo/hertz_session/biz/model/**
28
28
- bizdemo/hertz_session/biz/router/**
29
29
- bizdemo/hertz_session/router_gen.go
30
+ - bizdemo/hertz_swagger_gen/**
30
31
- hz_client/**
31
32
32
33
comment : on-failure
Original file line number Diff line number Diff line change 10
10
- 使用 ` thrift-gen-http-swagger ` 插件生成 ` swagger ` 文件和 ` swagger ui ` 服务
11
11
12
12
- ` /swagger ` 提供 ` swagger ` 文件和 ` swagger ui ` 服务器
13
- - ` /hander ` 包含更新用户、添加用户、删除用户、查询用户的基础业务逻辑
13
+ - ` /handler ` 包含更新用户、添加用户、删除用户、查询用户的基础业务逻辑
14
14
15
15
## IDL
16
16
Original file line number Diff line number Diff line change 1
1
# Hertz client : add request content
2
- You can learn about using hertz cient to add request content:
2
+ You can learn about using hertz client to add request content:
3
3
* Add Request Query
4
4
* Sending 'www-url-encoded' requests
5
5
* Sending 'multipart/form-data' requests
Original file line number Diff line number Diff line change 1
1
# Hertz client : streaming read
2
- You can learn about using hertz cient to read response with streaming.
2
+ You can learn about using hertz client to read response with streaming.
3
3
## how to run
4
4
please click [ server streaming] ( https://github.com/cloudwego/hertz-examples/tree/main/streaming )
You can’t perform that action at this time.
0 commit comments