Skip to content

A unified HTTP framework abstraction layer for Go that provides a consistent interface across multiple popular web frameworks.

Notifications You must be signed in to change notification settings

go-sphere/httpx

Repository files navigation

httpx

A unified HTTP framework abstraction layer for Go that provides a consistent interface across multiple popular web frameworks.

Overview

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

License

This project is licensed under the MIT License - see the LICENSE file for details. (https://github.com/go-sphere/httpx/discussions)

About

A unified HTTP framework abstraction layer for Go that provides a consistent interface across multiple popular web frameworks.

Resources

Stars

Watchers

Forks

Packages

No packages published