awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesHeader Management

Declarative or programmatic manipulation of HTTP request headers.

Distinguishing note: Focuses on header-specific configuration.

Explore 4 awesome GitHub repositories matching web development · Header Management. Refine with filters or upvote what's useful.

Awesome Header Management GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ffmpeg/ffmpegالصورة الرمزية لـ FFmpeg

    FFmpeg/FFmpeg

    61,176عرض على GitHub↗

    FFmpeg is a cross-platform multimedia framework designed for the recording, conversion, and streaming of audio and video content. It functions as a comprehensive toolkit that provides both a command-line utility for direct media manipulation and a collection of low-level libraries for integration into custom applications. At its core, the project utilizes a packet-based stream engine and a format-agnostic abstraction layer to handle diverse media standards, containers, and network protocols. The framework distinguishes itself through a modular, graph-based filter execution model that allows f

    Adds or strips extradata, headers, or specific units from packets to ensure compatibility with target containers or playback decoders.

    Caudiocffmpeg
    عرض على GitHub↗61,176
  • square/retrofitالصورة الرمزية لـ square

    square/retrofit

    43,895عرض على GitHub↗

    Retrofit is a type-safe HTTP client that simplifies network communication by allowing developers to define API endpoints as interface methods. By using annotation-driven request mapping, it automatically translates these interface definitions into structured HTTP requests, ensuring consistent data structures and reducing manual configuration when interacting with remote web services. The project distinguishes itself through a highly modular architecture that separates network transport from data handling. It utilizes dynamic proxy generation to process method calls at runtime and offers a plu

    Allows for the dynamic manipulation of HTTP request headers.

    HTMLandroidjava
    عرض على GitHub↗43,895
  • swar/nba_apiالصورة الرمزية لـ swar

    swar/nba_api

    3,441عرض على GitHub↗

    This project is a Python library that wraps official NBA endpoints to retrieve player, team, and game statistics as structured data. It serves as a programmatic interface for fetching professional basketball league records and real-time scoreboards via HTTP requests. The library integrates with Pandas to transform raw JSON responses from sports servers into DataFrames for statistical analysis and data science. It functions as a data retrieval utility for tracking league-wide performance trends and scouting professional basketball players. The tool covers a broad range of capabilities includi

    Provides programmatic manipulation of HTTP request headers to manage connectivity and session stability.

    Pythonanalysisapi-clientbasketball-stats
    عرض على GitHub↗3,441
  • thewawar/simple-http-serverالصورة الرمزية لـ TheWaWaR

    TheWaWaR/simple-http-server

    3,394عرض على GitHub↗

    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

    Configures security, cache-control, and cross-origin HTTP headers for browser interaction.

    Rustfilehttprust
    عرض على GitHub↗3,394
  1. Home
  2. Web Development
  3. Header Management

استكشف الوسوم الفرعية

  • Media Header ManipulatorsUtilities for injecting or removing extradata and container headers from media packets. **Distinct from Header Management:** Distinct from Header Management: focuses on media-specific container headers rather than HTTP request headers.