Skip to content
🎉 httpz v1.1.0 released

HTTPZ

Lightweight net/http 1.22+ enhancement library that combines the best of chi & Echo
Enabling you to effortlessly write handlers using net/http

httpz.png

Features

Easily build modern applications With net/http

net/http 1.22+
You're essentially writing with net/http; httpz is just a set of helper functions.
Convenient grouping
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
Middleware
Rich and powerful middleware, derived from chi.
Data Binding
Simplify the process of binding HTTP request payloads, including JSON, XML, or form-data. derived from Echo.
Helper ResponseWriter
It is up to you whether to manually return the response or use httpz's helper functions.

Benchmark

httpz.png