hertz
hertz copied to clipboard
Go HTTP framework with high-performance and strong-extensibility for building micro-services.
#### What type of PR is this? feat #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x] The description of this...
#### What type of PR is this? feat #### Check the PR title. - [ ] This PR title match the format: \(optional scope): \ - [ ] The description...
**Is your feature request related to a problem? Please describe.** [[#818](https://github.com/cloudwego/hertz/issues/818)](https://github.com/cloudwego/hertz/issues/818) related In some case, redirection may result in failure to obtain the correct response. ```go package main import (...
curl -X 'POST' 'http://localhost:8080/test' -H 'accept: application/json' -H 'Content-Type: application/x-www-form-urlencoded' -d 'birth=2024-01-01%2012%3A00%3A00' 代码示例 type MyTime time.Time type ReqTime struct { Birthday MyTime `json:"birth" form:"birth"` //MyTime已经重写UnmarshalJSON解析字符串 } func Test(ctx context.Context, c...
#### What type of PR is this? optimize #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x] The description of this...
**Describe the bug** I'm trying to change relative path of a Static method like `h.Static("/static/", "./static")`. When it comes to visit `http://127.0.0.1:8888/static/hello.txt`. It comes back with message `[Cannot open requested...
# 1. 题目描述 [hertz-contrib](https://github.com/hertz-contrib)与 [kitex-contrib](https://github.com/kitex-contrib) 是专门为 Hertz 与 Kitex 提供的扩展能力的仓库集合,里面有诸如可观测性组件、服务发现、配置中心、限流、鉴权等组件扩展。 目前 hertz-contrib 和 kitex-contrib 之间的组件代码有部分重合,但却无法复用导致使用体验不好,其中可观测性组件,服务发现组件,限流组件逻辑重合较多,但各个仓库分散独立,导致维护成本高。 自身内的组件之间能力也存在逻辑过于独立,没有做好逻辑复用的问题,比如 kitex-contrib 中的配置中心逻辑重复严重,但各个仓库分散独立,导致维护成本高。 hertz-contrib 扩展中依赖状态存储的扩展能力有很多如会话管理,鉴权等,但是各自扩展独立,逻辑并没有复用。 目前一些扩展诸如日志扩展由于接口设计比较简单已经不能满足用户的复杂需求。 本题目需要解决 hertz-contrib 和 kitex-contrib 扩展之间逻辑并未合理复用以及扩展库自身逻辑逻辑并未合理复用的问题并对诸入日志扩展、限流、缓存等扩展进行完善。 # 2. 编码任务 1....
#### What type of PR is this? perf #### Check the PR title. - [X] This PR title match the format: \(optional scope): \ - [X] The description of this...
**Describe the Question** hello, friends, delete a file after download it is a very common requirement in business, i want to impl it in hertz, and meet this problem, err:...
#### What type of PR is this? fix #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x] The description of this...