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 هو برنامج وسيط (Middleware) لـ Django يدير رؤوس مشاركة الموارد عبر المنشأ للتحكم في النطاقات الخارجية التي يمكنها الوصول إلى موارد الخادم. يعمل كمكون أمني لفرض سياسات التحكم في الوصول من خلال التحقق من المنشأ وإدارة الرؤوس. يوفر المشروع قدرات للقائمة البيضاء للمنشأ باستخدام أسماء المضيفين أو التعبيرات النمطية ويدعم مواصفات الوصول إلى الشبكة المحلية للسماح بالطلبات من الشبكات الخاصة. يسمح بالتحكم الدقيق عبر قيود قائمة على المسار والتحقق الديناميكي من المنشأ المدفوع بنظام إشارات. يغطي البرنامج مجالات أمان وأداء أوسع بما في ذلك إدارة بيانات الاعتماد، وتصفية الطلبات، والتحكم في عرض رؤوس الاستجابة. كما يدير تنسيق ذاكرة التخزين المؤقت عن طريق إضافة المنشأ إلى رأس التباين (Vary header) لمنع تصادم المحتوى بين طلبات مختلفة عبر المنشأ.
Prevents cache collisions between different cross-origin requests by adding the Origin header to the Vary response.
Yii هو إطار عمل ويب PHP كامل ونظام قائم على المكونات مصمم لبناء مواقع ويب ديناميكية وخدمات RESTful. يعمل كإطار عمل تطبيق MVC يفصل منطق الأعمال عن واجهة المستخدم ويتضمن mapper كائني-علائقي مدمج للتفاعل مع قواعد البيانات. يوفر المشروع مجموعة أدوات سطر أوامر شاملة لتمهيد المشروع، وإنشاء الكود المؤتمت، وتنفيذ المهام الخلفية. يستخدم بنية قائمة على المكونات ومحدد خدمة لإدارة حقن التبعية ودورات حياة الكائنات. يغطي إطار العمل مجموعة واسعة من مجالات الإمكانيات، بما في ذلك ترحيل المخطط وإصداره، وإدارة الهوية القائمة على الأدوار، وتوطين المحتوى. يتميز أيضاً بمجموعة متنوعة من استراتيجيات التخزين المؤقت مثل التخزين المؤقت للجزء، والاستعلام، والصفحة الكاملة مع إبطال يعتمد على التبعية. تشمل الأدوات النظامية الإضافية إطار عمل لاختبار البرمجيات، وتسجيل الأحداث، وتحديد معدل الطلب.
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.