awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 个仓库

Awesome GitHub RepositoriesRequest Parameter Modifiers

Utilities for appending prefixes or suffixes to API request parameters to meet endpoint requirements.

Distinct from API Request Handling: Distinct from API Request Handling: focuses on parameter formatting rather than general request interception.

Explore 8 awesome GitHub repositories matching web development · Request Parameter Modifiers. Refine with filters or upvote what's useful.

Awesome Request Parameter Modifiers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dataease/dataeasedataease 的头像

    dataease/dataease

    23,420在 GitHub 上查看↗

    DataEase is an open-source, self-hosted business intelligence platform designed for building interactive data visualizations and managing analytical reporting. It provides a centralized environment where users can construct dashboards through a drag-and-drop interface, connecting to diverse data sources including relational databases, data warehouses, and external APIs. The platform distinguishes itself through its focus on embedded analytics and enterprise-grade governance. It allows for the seamless integration of charts, dashboards, and management modules into third-party web applications

    Appends specific prefixes or suffixes to parameters to meet endpoint formatting requirements.

    Javaapache-dorisbusiness-intelligencedata-analysis
    在 GitHub 上查看↗23,420
  • memcached/memcachedmemcached 的头像

    memcached/memcached

    14,132在 GitHub 上查看↗

    Memcached is a high-performance, distributed, in-memory key-value storage and request routing engine. It functions as a volatile data store designed to accelerate dynamic applications by caching objects in RAM, thereby reducing backend database load and providing sub-millisecond response times. The system utilizes a specialized architecture that organizes memory into fixed-size slabs to minimize fragmentation and maximize throughput for high-concurrency workloads. The project distinguishes itself through a multi-threaded, lock-friendly design that scales across CPU cores and supports complex

    Modifies request parameters like time-to-live values before forwarding operations to backend storage.

    C
    在 GitHub 上查看↗14,132
  • daffainfo/allaboutbugbountydaffainfo 的头像

    daffainfo/AllAboutBugBounty

    6,644在 GitHub 上查看↗

    AllAboutBugBounty is a curated collection of bug bounty techniques and payloads for web application security testing. It serves as a reference resource covering common web vulnerabilities and exploitation methods for security researchers, providing a structured approach to identifying and exploiting web application security flaws in bug bounty programs. The repository covers a wide range of attack categories including authentication bypass, cross-site scripting injection, server-side request forgery, web cache poisoning, and business logic abuse. It includes techniques for bypassing access co

    Documents techniques for bypassing IDOR protections through parameter injection.

    bugbugbountybugbountytips
    在 GitHub 上查看↗6,644
  • thephpleague/omnipaythephpleague 的头像

    thephpleague/omnipay

    6,053在 GitHub 上查看↗

    Omnipay 是一个 PHP 支付网关库和集成框架,将多个支付服务提供商抽象为单一、一致的 API。它提供了一个用于管理支付生命周期的标准化接口,允许应用程序在各种金融服务之间执行授权、捕获和退款,而无需为每个提供商重写代码。 该框架使用适配器模式和数据传输对象将应用程序逻辑与特定于提供商的 SDK 解耦。这种架构确保原始网关响应和 HTTP 请求被转换为可预测的数据形状,而基于配置的环境切换允许开发人员在测试交易流程时在沙箱和实时 API 端点之间切换。 该库涵盖了广泛的支付处理功能,包括用于定期计费的信用卡令牌化以及使用 Luhn 算法验证卡号。它处理交易生命周期的协调,包括站外重定向管理和通过 Webhook 处理异步网关通知。 附加功能包括用于使用任意参数自定义请求有效负载并将详细的行项目数据传输到支付网关的工具。

    Allows the addition of arbitrary parameters to standardized request objects to support gateway-specific custom fields.

    PHP
    在 GitHub 上查看↗6,053
  • azure/azure-sdk-for-netAzure 的头像

    Azure/azure-sdk-for-net

    5,937在 GitHub 上查看↗

    The Azure SDK for .NET is a collection of client and management libraries that enable .NET applications to interact with cloud services through a consistent, well-defined programming model. It provides a unified interface for authenticating, configuring HTTP pipelines, and calling service methods either synchronously or asynchronously, with support for pagination, long-running operations, and structured error handling. The SDK distinguishes itself through comprehensive authentication options, including connection strings, OAuth token credentials, managed identity, service principals, and deve

    Pass MatchConditions or RequestConditions parameters to implement optimistic concurrency using ETags.

    C#azureazure-sdkc-sharp
    在 GitHub 上查看↗5,937
  • danielgtaylor/humadanielgtaylor 的头像

    danielgtaylor/huma

    4,170在 GitHub 上查看↗

    Huma is an OpenAPI REST framework for Go designed for building HTTP services with automatic OpenAPI 3.1 specification generation and JSON Schema validation. It serves as a toolkit for developing REST and RPC APIs with typed inputs and outputs, deriving interactive documentation directly from the source code. The framework distinguishes itself by automating the synchronization between implementation and documentation. It uses a content-negotiation engine to manage multiple serialization formats via client headers and employs a JSON Schema input validator to automatically verify request paramet

    Handles ETag and Last-Modified headers to prevent redundant data transfer and resolve write conflicts.

    Goapidocumentationfastapi
    在 GitHub 上查看↗4,170
  • bisguzar/twitter-scraperbisguzar 的头像

    bisguzar/twitter-scraper

    4,013在 GitHub 上查看↗

    该项目是一个未经身份验证的 Web 爬虫,旨在从 Twitter 前端 API 提取公共数据。它作为一个社交媒体数据提取器,模拟浏览器请求以收集信息,而无需官方 API 密钥或用户账户身份验证。 该工具提供了收集公共帖子、抓取用户个人资料元数据(如简介和位置)以及检索按地理区域分类的热门话题的功能。它可以根据特定的用户名、标签或搜索查询执行有针对性的内容抓取。 该系统通过分页、基于标头的客户端模拟来模仿 Web 浏览器,并解析来自公共端点的结构化 JSON 响应来管理数据收集。

    Allows adjustment of API query parameters to filter results by source, location, or user criteria.

    Pythonclientjavascriptno-authentication
    在 GitHub 上查看↗4,013
  • chubin/rate.sxchubin 的头像

    chubin/rate.sx

    1,088在 GitHub 上查看↗

    Rate.sx is a terminal-based financial utility that provides real-time currency conversion and market data access through standard HTTP requests. It functions as a RESTful service designed to deliver financial information directly to command-line environments, allowing users to retrieve exchange rates and perform calculations without leaving their terminal. The service distinguishes itself by offering text-based visualizations of historical exchange rate trends and automated currency conversion through simple query parameters. By mapping numerical data to character-based grid layouts, it enabl

    Allows adjustment of asset display counts and base currencies through request query parameters.

    Pythonbitcoinclicrypto
    在 GitHub 上查看↗1,088
  1. Home
  2. Web Development
  3. API Management Tools
  4. API Request Handling
  5. Request Parameter Modifiers

探索子标签

  • Conditional Resource RequestsPassing conditional headers like ETags to implement optimistic concurrency when requesting cloud resources. **Distinct from Request Parameter Modifiers:** Distinct from Request Parameter Modifiers: focuses on conditional HTTP semantics (ETags, If-Match) for concurrency control, not parameter formatting.
  • Parameter Injection IDOR Bypass TechniquesTechniques that add or modify parameters in API requests to access resources that belong to other users. **Distinct from Request Parameter Modifiers:** Distinct from Request Parameter Modifiers: focuses on bypassing IDOR via parameter injection rather than general parameter formatting.
  • Payment Payload ModifiersUtilities for injecting custom parameters into payment gateway request payloads. **Distinct from Request Parameter Modifiers:** Focuses on adding arbitrary business data to payment requests specifically, rather than general API parameter formatting.
  • Query Parameter ConfigurationLogic for defining and adjusting API query parameters to refine data retrieval. **Distinct from Request Parameter Modifiers:** Distinct from modifiers by focusing on the definition of filtering criteria (source, location) rather than string formatting.