Skip to content

Latest commit

 

History

History
144 lines (123 loc) · 6.99 KB

middlware.md

File metadata and controls

144 lines (123 loc) · 6.99 KB

Bookmarks tagged [middlware]

https://github.com/posener/client-timing

An HTTP client for Server-Timing header.


https://github.com/rs/cors

Easily add CORS capabilities to your API.


https://github.com/rs/formjson

Transparently handle JSON input as a standard form POST.


https://github.com/mitchellh/go-server-timing

Add/parse Server-Timing header.


https://github.com/ulule/limiter

Dead simple rate limit middleware for Go.


https://github.com/philippgille/ln-paywall

Go middleware for monetizing APIs on a per-request basis with the Lightning Network (Bitcoin).


https://github.com/didip/tollbooth

Rate limit HTTP request handler.


https://github.com/sebest/xff

Handle X-Forwarded-For header and friends.


https://github.com/justinas/alice

Painless middleware chaining for Go.


https://github.com/codemodus/catena

http.Handler wrapper catenation (same API as "chain").


https://github.com/codemodus/chain

Handler wrapper chaining with scoped data (net/context-based "middleware").


https://github.com/go-on/wrap

Small middlewares package for net/http.


https://github.com/alioygur/gores

Go package that handles HTML, JSON, XML and etc. responses. Useful for RESTful APIs.


https://github.com/carbocation/interpose

Minimalist net/http middleware for golang.


https://github.com/stephens2424/muxchain

Lightweight middleware for net/http.


https://github.com/urfave/negroni

Idiomatic HTTP middleware for Golang.


https://github.com/unrolled/render

Go package for easily rendering JSON, XML, and HTML template responses.


https://github.com/thedevsaddam/renderer

Simple, lightweight and faster response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go.


https://github.com/InVisionApp/rye

Tiny Go middleware library (with canned Middlewares) that supports JWT, CORS, Statsd, and Go 1.7 context.


https://github.com/thoas/stats

Go middleware that stores various information about your web application.