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

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

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

C# HTTP Client Libraries

排名更新于 2026年7月13日

For a C# library for making HTTP requests, the strongest matches are tmenier/flurl (Flurl is a fluent, high-performance HTTP client wrapper for), restsharp/restsharp (RestSharp is a comprehensive, high-performance HTTP client library for) and reactiveui/refit (Refit is a type-safe REST client that simplifies API). Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best c sharp http client libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

C# HTTP Client Libraries

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

    tmenier/Flurl

    4,403在 GitHub 上查看↗

    Flurl is a .NET fluent URL builder and HTTP client wrapper designed for constructing complex web addresses and sending requests with a chainable interface. It functions as a URL manipulation library and an HTTP mocking framework to facilitate network interaction and testing. The project distinguishes itself through a fluent interface that allows for the incremental construction of paths, query parameters, and fragments. It provides a dedicated mocking system to intercept outgoing network traffic and return predefined responses, enabling isolated unit testing without a live server. Its broade

    Flurl is a fluent, high-performance HTTP client wrapper for .NET that provides a chainable interface for building requests, supports automatic serialization, and includes built-in middleware and connection pooling capabilities.

    C#Asynchronous Request ExecutionFluent Request Builders
    在 GitHub 上查看↗4,403
  • restsharp/restsharprestsharp 的头像

    restsharp/RestSharp

    9,826在 GitHub 上查看↗

    RestSharp is a .NET HTTP client library designed for interacting with RESTful web services. It provides a high-level request wrapper and a dedicated REST API client to manage endpoints, headers, and query parameters. The library includes a serialization mechanism that automatically converts objects to and from JSON or XML formats for API payloads. It also features a system for managing API credentials and security tokens to ensure authorized access to protected remote resources. The toolkit covers broad capabilities for external web service integration, including generic type-based deseriali

    RestSharp is a comprehensive, high-performance HTTP client library for .NET that provides the requested fluent request building, automatic serialization, and middleware support for robust API integration.

    C#RESTful API Clients.NET HTTP API IntegrationsHTTP Abstraction Layers
    在 GitHub 上查看↗9,826
  • reactiveui/refitreactiveui 的头像

    reactiveui/refit

    9,513在 GitHub 上查看↗

    Refit is a type-safe REST client for .NET that transforms API definitions into live interfaces. It functions as an automatic API proxy generator, allowing developers to define endpoints as interfaces to eliminate manual HTTP request boilerplate. The library is designed for compatibility with ahead-of-time compilation and trimmed binaries, utilizing build-time source generation to ensure support for native AoT deployments. The project covers a broad range of API integration capabilities, including attribute-driven request composition, automatic JSON deserialization, and request header managem

    Refit is a type-safe REST client that simplifies API interactions by turning interfaces into HTTP calls, providing a robust and widely-used abstraction over the standard .NET HttpClient.

    C#Automatic Body Deserializers
    在 GitHub 上查看↗9,513

Related searches

  • an http client library for Dart
  • a javascript library for making http requests
  • a java library for making http requests
  • an HTTP client library for Go
  • a lightweight HTTP client for TypeScript
  • an http client library for Rust
  • a php library for making http requests
  • an http client library for Flutter