go-chi

Results 13 repositories owned by go-chi

chi

17.3k
Stars
962
Forks
Watchers

lightweight, idiomatic and composable router for building Go HTTP services

cors

282
Stars
26
Forks
Watchers

CORS net/http middleware for Go

httpcoala

127
Stars
9
Forks
Watchers

Go http middleware handler for request coalescing

jwtauth

520
Stars
90
Forks
Watchers

JWT authentication middleware for Go HTTP services

render

258
Stars
62
Forks
Watchers

easily manage HTTP request / response payloads of Go HTTP services

docgen

103
Stars
24
Forks
Watchers

auto-generate routing documentation in JSON or Markdown for a `chi` Router from your app source

hostrouter

59
Stars
11
Forks
Watchers

Little package to map hosts to a variety of http routers for Go API services

httplog

172
Stars
36
Forks
Watchers

Go HTTP request logger with structured logging capabilities built on "log/slog" package

httprate

206
Stars
17
Forks
Watchers

net/http rate limiter middleware

oauth

25
Stars
6
Forks
Watchers

OAuth 2.0 middleware service for chi (ported from gin by community member)