5 रिपॉजिटरी
Configuration of HTTP headers specifically for managing browser and proxy caching behavior.
Distinct from HTTP Security Headers: Focuses on performance-related cache-control headers rather than security-focused headers
Explore 5 awesome GitHub repositories matching security & cryptography · Cache Control Headers. Refine with filters or upvote what's useful.
This project is a lightweight Node.js web server and command-line tool designed for hosting static assets and delivering local files over HTTP. It functions as a static site host that provides a minimal environment for serving HTML, CSS, and JavaScript files to web browsers. The server includes built-in support for TLS encryption to enable secure HTTPS access and allows for the configuration of cross-origin resource sharing headers. It also features basic authentication to restrict folder access via username and password verification. The system manages content delivery through browser cache
Injects standard HTTP caching headers into responses based on user-defined expiration settings.
Eve is a REST API framework that maps database collections to web resources through declarative configuration files. It functions as a database-to-API mapper, automatically exposing data as RESTful endpoints with built-in support for CRUD operations and schema-based request validation. The project distinguishes itself through a HATEOAS API engine that generates hypermedia links and resource schemas for dynamic client discovery. It also includes an automated Swagger documentation generator that produces interactive specifications for client SDK generation and testing. The framework provides a
Sets global and resource-specific HTTP cache control headers and expiration times to manage response revalidation.
django-cors-headers, Django के लिए एक मिडलवेयर है जो यह नियंत्रित करने के लिए क्रॉस-ऑरिजिन रिसोर्स शेयरिंग हेडर को मैनेज करता है कि कौन से बाहरी डोमेन सर्वर संसाधनों तक पहुंच सकते हैं। यह ऑरिजिन वैलिडेशन और हेडर प्रबंधन के माध्यम से एक्सेस कंट्रोल नीतियों को लागू करने के लिए एक सुरक्षा कंपोनेंट के रूप में कार्य करता है। प्रोजेक्ट होस्टनेम या रेगुलर एक्सप्रेशन्स का उपयोग करके ऑरिजिन व्हाइटलिस्टिंग के लिए क्षमताएं प्रदान करता है और निजी नेटवर्क से अनुरोधों की अनुमति देने के लिए लोकल नेटवर्क एक्सेस विनिर्देश का सपोर्ट करता है। यह पाथ-बेस्ड प्रतिबंधों और सिग्नल सिस्टम द्वारा संचालित डायनामिक ऑरिजिन वैलिडेशन के माध्यम से दानेदार नियंत्रण की अनुमति देता है। सॉफ़्टवेयर क्रेडेंशियल प्रबंधन, अनुरोध फ़िल्टरिंग, और रिस्पॉन्स हेडर एक्सपोज़र नियंत्रण सहित व्यापक सुरक्षा और प्रदर्शन क्षेत्रों को कवर करता है। यह विभिन्न क्रॉस-ऑरिजिन अनुरोधों के बीच कंटेंट टकराव को रोकने के लिए वेरी हेडर में ऑरिजिन जोड़कर कैश समन्वय को भी मैनेज करता है।
Prevents cache collisions between different cross-origin requests by adding the Origin header to the Vary response.
Yii is a full-stack PHP web framework and component-based system designed for building dynamic websites and RESTful services. It operates as an MVC application framework that separates business logic from the user interface and includes a built-in object-relational mapper for interacting with databases. The project provides a comprehensive command line toolset for project bootstrapping, automated code generation, and the execution of background tasks. It utilizes a component-based architecture and a service locator to manage dependency injection and object lifecycles. The framework covers a
Manages browser caching behavior via standard HTTP headers to reduce redundant server rendering.
This project is a collection of specialized HTTP servers designed for static file hosting, secure file uploads, and encrypted web traffic. It provides implementations for delivering local files and directories over HTTP and HTTPS, including support for index pages and single-page application routing. The software differentiates itself through dedicated server roles, including a secure file upload server with size limits and token validation, and an HTTPS web server that utilizes PKCS#12 certificates for TLS encryption. It also includes a specialized gateway for managing cross-origin resource
Manages custom HTTP headers for CORS policies and browser cache-control.