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

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

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

1 个仓库

Awesome GitHub RepositoriesBrowser Request Simulation

Simulating browser-specific network interactions such as HTML form posts and cookie management.

Distinct from Headless Browser Emulation: Distinct from headless browser emulation: simulates the network requests of a browser without providing a full DOM or JS execution environment.

Explore 1 awesome GitHub repository matching web development · Browser Request Simulation. Refine with filters or upvote what's useful.

Awesome Browser Request Simulation GitHub Repositories

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

    tmenier/Flurl

    4,403在 GitHub 上查看↗

    Flurl 是一个 .NET 流式 URL 构建器和 HTTP 客户端包装器,专为构建复杂的 Web 地址并使用链式接口发送请求而设计。它作为一个 URL 操作库和 HTTP 模拟框架,旨在促进网络交互和测试。 该项目通过流式接口脱颖而出,允许增量构建路径、查询参数和片段。它提供了一个专门的模拟系统来拦截输出的网络流量并返回预定义的响应,从而在无需实时服务器的情况下实现隔离的单元测试。 其更广泛的能力包括 REST API 消费、通过基本凭据或 Bearer 令牌管理请求身份验证,以及通过会话 Cookie 和 HTML 表单提交模拟浏览器行为。该库还涵盖了 URL 解析、验证和组件编码,以及异步请求执行和 JSON 响应反序列化。

    Emulates browser behavior by managing session cookies and sending HTML form posts.

    C#c-sharpdotnethttp
    在 GitHub 上查看↗4,403
  1. Home
  2. Web Development
  3. Headless Browser Emulation
  4. Browser Request Simulation