HTTPZ
Lightweight net/http 1.22+ enhancement library that combines the best of chi & Echo
Enabling you to effortlessly write handlers using net/http
Features
Easily build modern applications With net/http
You're essentially writing with net/http; httpz is just a set of helper functions.
Convenient route grouping, where you can set middleware for each group or for individual routes
Centralized error handling
Inspired by Echo. Reduce the workload of sending responses when errors occur
Rich and powerful middleware, derived from chi.
Simplify the process of binding HTTP request payloads, including JSON, XML, or form-data. derived from Echo.
It is up to you whether to manually return the response or use httpz's helper functions.
Benchmark