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

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

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

5 مستودعات

Awesome GitHub RepositoriesQuery Parameter Manipulators

Utilities for adding, removing, filtering, or replacing query string values on a URI object using string or array inputs.

Distinct from Query String Construction: Distinct from Query String Construction: focuses on manipulating existing query parameters on a URI object, not building a query string from scratch.

Explore 5 awesome GitHub repositories matching web development · Query Parameter Manipulators. Refine with filters or upvote what's useful.

Awesome Query Parameter Manipulators GitHub Repositories

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

    ljharb/qs

    8,940عرض على GitHub↗

    qs is a query string parsing and serialization library used to convert URL query strings into JavaScript objects and transform objects or arrays back into URI-encoded strings. It functions as a secure parser and URI encoding utility, specifically designed to handle nested data structures. The library distinguishes itself through configurable nesting styles and array serialization formats. It provides support for custom character encoding logic and utilizes charset sentinels to manage conversions between UTF-8 and ISO-8859-1. To prevent resource exhaustion and security vulnerabilities, the pr

    Prevents denial-of-service attacks by enforcing a maximum limit on the number of parameters allowed in a query string.

    JavaScript
    عرض على GitHub↗8,940
  • tridactyl/tridactylالصورة الرمزية لـ tridactyl

    tridactyl/tridactyl

    6,246عرض على GitHub↗

    Tridactyl is a Vim-like Firefox extension that provides a comprehensive keyboard-driven interface for browsing, tab management, and page interaction. It replaces traditional mouse-based navigation with Vim-style keybindings, an ex-mode command line, and a hint overlay system for selecting and interacting with page elements. The extension is built around a core infrastructure that includes a modal command parser, a keybinding configuration system, and a content-script command bridge for executing commands in page context. The extension distinguishes itself through its deep integration with Fir

    Provides utilities for adding, removing, and replacing query parameters on URLs.

    TypeScriptfirefoxhacktoberfestvim
    عرض على GitHub↗6,246
  • medialize/uri.jsالصورة الرمزية لـ medialize

    medialize/URI.js

    6,228عرض على GitHub↗

    URI.js is a full-featured JavaScript library for parsing, building, normalizing, and mutating URLs and their components programmatically. It provides a mutable-component object model that exposes each URL part as a separate object with getter and setter methods, enabling direct manipulation of schemes, hosts, paths, query strings, and fragments. The library implements strict RFC 3986 compliance for encoding, decoding, and normalization of URI components, and includes a template expansion engine that substitutes variables using operator-specific rules. The library distinguishes itself through

    Adds, removes, and normalizes query parameters individually or in bulk.

    JavaScript
    عرض على GitHub↗6,228
  • codeigniter4/codeigniter4الصورة الرمزية لـ codeigniter4

    codeigniter4/CodeIgniter4

    5,924عرض على GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    CodeIgniter adds, removes, filters, or replaces query string values on a URI object using string or array inputs.

    PHPcodeignitercodeigniter4framework-php
    عرض على GitHub↗5,924
  • imroc/reqالصورة الرمزية لـ imroc

    imroc/req

    4,807عرض على GitHub↗

    req هي مكتبة عميل HTTP قابلة للسلسلة لـ Go مصممة لتبسيط تهيئة الطلبات وفك تشفير الاستجابة التلقائي إلى هياكل. توفر منشئ طلبات بواجهة سلسة يسمح للمطورين بتعريف خصائص الطلب تدريجياً وتغليف منطق HTTP في SDKs لواجهة برمجة تطبيقات قابلة لإعادة الاستخدام. يتميز المشروع بمحاكي بصمة TLS الذي يحاكي توقيعات شبكة المتصفح لتجاوز كشف الروبوتات وفلاتر الزواحف. كما يتضمن أداة تنزيل ملفات متزامنة تزيد من سرعات النقل عن طريق جلب الملفات البعيدة الكبيرة في أجزاء متوازية. تغطي المكتبة سطحاً واسعاً من قدرات الشبكة، بما في ذلك خط أنابيب وسيط قابل للتوصيل لمعالجة الأخطاء المركزية والقياس عن بُعد، وإدارة ملفات تعريف الارتباط ذات الحالة، وتدوير الوكيل التلقائي. وتدعم مخططات مصادقة متنوعة، وقياس أداء الشبكة المفصل، ومنطق إعادة محاولة الطلب القابل للتخصيص. كما توفر أدوات لمحاكاة استجابة HTTP لتسهيل اختبار الوحدة بدون خوادم بعيدة.

    Offers utilities for adding, removing, or replacing query string values using maps or structs.

    Gogogolanghttp
    عرض على GitHub↗4,807
  1. Home
  2. Web Development
  3. Query String Construction
  4. Query Parameter Manipulators

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

  • Parameter Count LimitsConstraints on the total number of key-value pairs allowed in a query string to prevent denial-of-service attacks. **Distinct from Query Parameter Manipulators:** Distinct from general manipulation: focuses specifically on security-related quantity limits rather than modifying the parameters themselves