A unified HTTP framework abstraction layer for Go that provides a consistent interface across multiple popular web frameworks.
httpx is designed to provide a framework-agnostic HTTP handling layer that allows you to write application logic once and run it on any supported HTTP framework. It currently supports:
- Gin (
ginx) - Fast HTTP web framework - Fiber (
fiberx) - Express inspired web framework - Hertz (
hertzx) - High-performance HTTP framework by CloudWego
This project is licensed under the MIT License - see the LICENSE file for details. (https://github.com/go-sphere/httpx/discussions)