From 95dcc31d244b9a4dc3e9c0f58211b839321f22c6 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Thu, 26 Mar 2026 05:46:45 +0100 Subject: [PATCH] docs: added httpgo to related projects (#2169) Co-authored-by: Mikhail Rybnikov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02867b6..3ed0511 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,7 @@ This is an **unsafe** way, the result string and `[]byte` buffer share the same - [Gearbox](https://github.com/gogearbox/gearbox) - :gear: gearbox is a web framework written in Go with a focus on high performance and memory optimization. - [http2curl](https://github.com/li-jin-gou/http2curl) - A tool to convert fasthttp requests to curl command line. - [OpenTelemetry Golang Compile Time Instrumentation](https://github.com/alibaba/opentelemetry-go-auto-instrumentation) - A tool to monitor fasthttp application without changing any code with OpenTelemetry APIs. +- [protoc-gen-httpgo](https://github.com/MUlt1mate/protoc-gen-httpgo) - A protoc plugin that generates fasthttp server and client code. ## FAQ