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

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

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

2 个仓库

Awesome GitHub RepositoriesFluent HTTP Request Configuration

A builder pattern allowing sequential method calls to configure HTTP request parameters.

Distinct from Chainable Definitions: Existing candidates focus on specialized pipelines (permissions, validation); this is a general-purpose fluent API for HTTP requests.

Explore 2 awesome GitHub repositories matching networking & communication · Fluent HTTP Request Configuration. Refine with filters or upvote what's useful.

Awesome Fluent HTTP Request Configuration GitHub Repositories

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

    imroc/req

    4,807在 GitHub 上查看↗

    req 是一个用于 Go 的可链式 HTTP 客户端库,旨在简化请求配置并将响应自动解码为结构体。它提供了一个流畅接口的请求构建器,允许开发者逐步定义请求属性并将 HTTP 逻辑封装到可重用的 API SDK 中。 该项目以 TLS 指纹模拟器为特色,该模拟器模仿浏览器网络签名以绕过机器人检测和爬虫过滤器。它还包括一个并发文件下载器,通过并行分段获取大型远程文件来提高传输速度。 该库涵盖了广泛的网络功能,包括用于集中式错误处理和遥测的可插拔中间件流水线、有状态 Cookie 管理和自动代理轮换。它支持各种身份验证方案、详细的网络性能测量和可自定义的请求重试逻辑。 它还提供用于 HTTP 响应模拟的实用程序,以便在没有远程服务器的情况下进行单元测试。

    Implements a builder pattern allowing sequential method calls to configure HTTP request parameters fluently.

    Gogogolanghttp
    在 GitHub 上查看↗4,807
  • php-http/client-commonphp-http 的头像

    php-http/client-common

    1,050在 GitHub 上查看↗

    This library provides a standardized abstraction layer for PHP HTTP clients, enabling consistent request handling across diverse network transport implementations. It serves as a foundational toolkit for developers to manage network communication through unified interfaces, ensuring that application logic remains decoupled from specific underlying transport libraries. The project distinguishes itself through a decorator-based pipeline and a plugin-driven lifecycle system. These mechanisms allow for the interception and modification of request and response data, as well as the injection of cus

    Offers a builder pattern allowing sequential method calls to configure HTTP request parameters.

    PHP
    在 GitHub 上查看↗1,050
  1. Home
  2. Networking & Communication
  3. Fluent HTTP Request Configuration