5 مستودعات
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.
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.
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.
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.
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.
req هي مكتبة عميل HTTP قابلة للسلسلة لـ Go مصممة لتبسيط تهيئة الطلبات وفك تشفير الاستجابة التلقائي إلى هياكل. توفر منشئ طلبات بواجهة سلسة يسمح للمطورين بتعريف خصائص الطلب تدريجياً وتغليف منطق HTTP في SDKs لواجهة برمجة تطبيقات قابلة لإعادة الاستخدام. يتميز المشروع بمحاكي بصمة TLS الذي يحاكي توقيعات شبكة المتصفح لتجاوز كشف الروبوتات وفلاتر الزواحف. كما يتضمن أداة تنزيل ملفات متزامنة تزيد من سرعات النقل عن طريق جلب الملفات البعيدة الكبيرة في أجزاء متوازية. تغطي المكتبة سطحاً واسعاً من قدرات الشبكة، بما في ذلك خط أنابيب وسيط قابل للتوصيل لمعالجة الأخطاء المركزية والقياس عن بُعد، وإدارة ملفات تعريف الارتباط ذات الحالة، وتدوير الوكيل التلقائي. وتدعم مخططات مصادقة متنوعة، وقياس أداء الشبكة المفصل، ومنطق إعادة محاولة الطلب القابل للتخصيص. كما توفر أدوات لمحاكاة استجابة HTTP لتسهيل اختبار الوحدة بدون خوادم بعيدة.
Offers utilities for adding, removing, or replacing query string values using maps or structs.