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

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** `route.GetTransporterName()` returns the name of network library, printing an INFO log with it will...

good first issue
help wanted

> We hope more developers join CloudWeGo. This is a task issue that needs your help. ### Issue Description Support more extensions of service Registration and Discovery. You can choose...

good first issue
help wanted

**What type of PR is this?** feat **What this PR does / why we need it (English/Chinese):** en: support auto render for html zh: html render 支持可配置化自动加载 **Which issue(s) this...

**Is your feature request related to a problem? Please describe.** may Hertz support [Trailer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Trailer) ? that's the http feature

enhancement

#### What type of PR is this? feat #### What this PR does / why we need it (English/Chinese): en: Change the generated go tag policy to remove redundant go...

monitoring: zh web page:https://www.cloudwego.io/zh/docs/hertz/tutorials/framework-exten/service_discovery/ zh doc:https://github.com/cloudwego/cloudwego.github.io/blob/main/content/zh/docs/hertz/tutorials/framework-exten/service_discovery.md en folder:https://github.com/cloudwego/cloudwego.github.io/tree/main/content/en/docs/hertz/tutorials 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
help wanted

service_discovery: zh web page:https://www.cloudwego.io/zh/docs/hertz/tutorials/service-governance/service_discovery/ zh doc:https://github.com/cloudwego/cloudwego.github.io/blob/main/content/zh/docs/hertz/tutorials/service-governance/service_discovery.md en folder:https://github.com/cloudwego/cloudwego.github.io/tree/main/content/en/docs/hertz/tutorials 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
help wanted

#### What type of PR is this? feat #### What this PR does / why we need it (English/Chinese): en: Add the function to get the dialer name zh: 添加获取...

#### What type of PR is this? optimize(client retry) #### What this PR does / why we need it (English/Chinese): en: Various delay backoff strategies are introduced, and the user-defined...

**Is your feature request related to a problem? Please describe.** I'am trying to define a handler struct for each service defined idl, which is a widely used pattern in API...