4 repository-uri
Management of HTTP headers to control how clients and proxies cache API responses.
Distinct from Client-Side Response Caches: The candidates focus on the client-side cache implementation or state mirroring, whereas this is about the server-side issuance of cache-control headers.
Explore 4 awesome GitHub repositories matching web development · HTTP Cache-Control Headers. Refine with filters or upvote what's useful.
Kinto este un backend de stare în cloud conceput pentru stocarea și sincronizarea datelor JSON pe mai multe dispozitive. Acesta oferă un serviciu centralizat pentru gestionarea înregistrărilor JSON fără schemă, organizate în bucket-uri și colecții, asigurând o stare consistentă printr-un API REST. Sistemul suportă partajarea colaborativă a datelor prin acordarea de drepturi de citire și scriere pentru documente sau colecții specifice, folosind grupuri de utilizatori și permisiuni. Permite sincronizarea documentelor prin urmărirea fluxurilor de modificări și marcaje de ștergere pentru a actualiza clienții cu cea mai recentă stare. Capabilitățile includ controlul accesului granular, impunerea unei scheme JSON pentru consistența datelor și blocarea optimistă pentru a preveni conflictele de scriere concurente. Serviciul oferă, de asemenea, notificări în timp real pentru clienți, actualizări parțiale ale documentelor și suport pentru backend-uri de stocare pluggable, precum PostgreSQL. Proiectul include un server de dezvoltare local și o interfață web administrativă pentru configurare.
Sets cache-control headers on resources to instruct clients and proxies on data storage duration.
Pyramid is a Python web framework and WSGI toolkit designed for building web applications. It functions as a URL routing engine that maps incoming HTTP requests to specific view callables using both pattern-based routing and hierarchical resource tree traversal. The framework is distinguished by its hybrid dispatch system, allowing developers to combine regular expression URL matching with the ability to resolve requests by navigating a tree of nested objects. It implements a flexible component architecture that supports application registry management, deferred configuration execution, and t
Manages HTTP Cache-Control and Expires headers to control browser and proxy caching behavior.
Imagor is a high-performance image processing server and Go library that functions as an on-demand image proxy. It provides a secure transformation API for resizing, filtering, and optimizing images, as well as a tool for generating static thumbnails from video files. The system distinguishes itself by using a demand-driven processing engine to handle large images without loading entire files into memory. It features cryptographic request signing to prevent unauthorized URL tampering and employs header-based format negotiation to automatically serve the most efficient image format supported b
Manages browser caching by issuing Cache-Control headers including stale-while-revalidate.
Badge-it is a web service designed to generate dynamic visual indicators and profile components for developer platforms. It functions as a stateless API that fetches live repository and user statistics, rendering them as customizable SVG badges or contributor grids for use in profile documentation. The service distinguishes itself by providing specialized tools for GitHub profile customization, including the ability to render grids of contributor avatars and collections of starred repositories. These visual assets are generated on demand through URL parameters, allowing for real-time updates
Manages HTTP headers to control how clients and proxies cache API responses for improved performance.