awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesHTTP Cache Validation

Implementing HTTP-level cache validation strategies such as conditional requests and 304 Not Modified responses.

Distinct from Cache Validators: Candidates focus on distributed cache internal optimizations or data validation caching, not HTTP protocol-level cache validation (ETags/Timestamps).

Explore 1 awesome GitHub repository matching web development · HTTP Cache Validation. Refine with filters or upvote what's useful.

Awesome HTTP Cache Validation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ring-clojure/ringAvatar von ring-clojure

    ring-clojure/ring

    3,880Auf GitHub ansehen↗

    Ring is a Clojure HTTP web library that represents requests and responses as immutable data structures. It provides a functional framework for web development, treating HTTP traffic as standardized maps to decouple application logic from specific server implementations. The project features a middleware framework for composing reusable functional layers to handle cross-cutting concerns such as authentication and logging. It includes a server adapter system that translates raw traffic into request maps, as well as a dedicated integration layer for upgrading standard HTTP connections to bidirec

    Returns a 304 Not Modified response when a request matches the timestamp of a cached resource.

    Clojure
    Auf GitHub ansehen↗3,880
  1. Home
  2. Web Development
  3. HTTP Cache Validation