awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rs avatar

rs/cors

0
View on GitHub↗
2,889 stars·231 forks·Go·MIT·11 views

Cors

Go net/http configurable handler to handle CORS requests

Features

  • HTTP Middleware - CORS middleware for APIs.

Star history

Star history chart for rs/corsStar history chart for rs/cors

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does rs/cors do?

Go net/http configurable handler to handle CORS requests

What are the main features of rs/cors?

The main features of rs/cors are: HTTP Middleware.

Which projects share features with rs/cors?

Projects with overlapping indexed features include: throttled/throttled — Throttled is a Go library and middleware package for enforcing rate quotas and request thresholds on HTTP endpoints.… codemodus/catena. codemodus/chain. didip/tollbooth — Simple middleware to rate-limit HTTP requests. github/go-fault. carbocation/interpose.

Projects sharing features with Cors

These projects share indexed features with Cors. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • throttled/throttledthrottled avatar

    throttled/throttled

    1,591View on GitHub↗

    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

    Go
    View on GitHub↗1,591
  • codemodus/catenaC

    codemodus/catena

    0View on GitHub↗
    View on GitHub↗0
  • codemodus/chainC

    codemodus/chain

    0View on GitHub↗
    View on GitHub↗0
  • carbocation/interposeC

    carbocation/interpose

    0View on GitHub↗
    View on GitHub↗0
Compare all 22 related projects→