22 open-source projects similar to carbocation/interpose, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Interpose alternative.
Throttled is a Go library and middleware package for enforcing rate quotas and request thresholds on HTTP endpoints. It provides tools for tracking web request rates over specific time windows to control access frequency and manage traffic spikes. The core request evaluation relies on a token-bucket algorithm with sliding counters backed by fast memory stores, supplemented by pluggable storage backends for state persistence. Incoming requests are identified and grouped using flexible visitor-key parsers based on IP addresses, API keys, or custom parameters. The package integrates directly w
Painless middleware chaining for Go
Go package for easily rendering JSON, XML, binary data, and HTML templates responses.
Negroni is an idiomatic HTTP middleware library for the Go programming language. It provides a minimal, unopinionated framework for building web applications by composing middleware handlers in a straightforward chain-of-responsibility pattern. The library offers a simple, expressive API for defining middleware that can intercept and process HTTP requests and responses. Negroni's design emphasizes clarity and composability, allowing developers to build web services with a clear separation of concerns through middleware layers. Documentation and installation instructions are available through