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

any reverse proxy example? thx

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Compatibility with existing libarays and tools in the web ecosystem is a key factor for mass adoption of Hertz. Yet,...

2022/08/12 23:01:10.541006 connection.go:79: [Warn] HERTZ: Netpoll error=connection has been closed when flush, what does this mean?

a lot of them use this format, possible to give an example how to pass w http.ResponseWriter in hertz so we can just reuse existing templating engines? http.HandleFunc("/users", func(w http.ResponseWriter,...

#### What type of PR is this? fix #### What this PR does / why we need it (English/Chinese): en: fix the problem of the same package name in handler...

#### What type of PR is this? chore #### What this PR does / why we need it (English/Chinese): - en: update sonic version - ch: 更新 sonic 版本 ####...

#### What type of PR is this? fix #### What this PR does / why we need it (English/Chinese): en: modify the same middleware name zh: 修改同名的路由组 #### Which issue(s)...

**Describe the solution you'd like** Add or replace the way of rendering HTML in order to let the server reload HTML templates without restarting. **Describe alternatives you've considered** A timer...

enhancement
good first issue

## The purpose of this issue We are always interested in finding out who is using Hertz, what attracted you to using it, how we can listen to your needs...

help wanted