hertz icon indicating copy to clipboard operation
hertz copied to clipboard

Go HTTP framework with high-performance and strong-extensibility for building micro-services.

Results 142 hertz issues
Sort by recently updated
recently updated
newest added

my form has \\70010000\ ... etc. i got only the first value using the below form using ``` g := c.PostForm("g") fmt.Printf("g = %s\n",g) //g = 70010000 ``` but how...

question

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. `cd hertz/` 2. `go test ./...` 3. check log...

#### What type of PR is this? feat #### What this PR does / why we need it (English/Chinese): en: Open some internal methods of hz to better reuse and...

https://github.com/cloudwego/hertz/blob/3ac19d5b1158badab0c7fc8e47b2e4ba667c4453/pkg/app/context.go#L980-L994 This code has a security risk, when using the ClientIP function it is easy to be spoofed by "X-Real-IP" and "X-Forwarded-For" to bypass the checks。 This problem also occurs...

enhancement

http2 support, as soon as you can.

enhancement

**What type of PR is this?** feat **What this PR does / why we need it (English/Chinese):** **en:** - separate `singlePart` from `fsSmallFileReader` and `bigFileReader` - add `bigRangeReader` and `smallRangeReader`,...

#### What type of PR is this? fix #### What this PR does / why we need it (English/Chinese): en: Fix the race problem when hostclient sets Addr and resolves...

**Describe the solution you'd like** 作为网关用, 希望支持websocket

enhancement
good first issue

faq: zh web page:https://www.cloudwego.io/zh/docs/hertz/faq/ zh doc:https://github.com/cloudwego/cloudwego.github.io/blob/main/content/zh/docs/hertz/faq/_index.md en folder:https://github.com/cloudwego/cloudwego.github.io/tree/main/content/en/docs/hertz/faq Notes: Do not change the original layout, code style or content sequence. Software Translator is a tool, not god, do not use...

good first issue