![]() |
VOOZH | about |
dotnet add package HttpClient --version 0.6.0
NuGet\Install-Package HttpClient -Version 0.6.0
<PackageReference Include="HttpClient" Version="0.6.0" />
<PackageVersion Include="HttpClient" Version="0.6.0" />Directory.Packages.props
<PackageReference Include="HttpClient" />Project file
paket add HttpClient --version 0.6.0
#r "nuget: HttpClient, 0.6.0"
#:package HttpClient@0.6.0
#addin nuget:?package=HttpClient&version=0.6.0Install as a Cake Addin
#tool nuget:?package=HttpClient&version=0.6.0Install as a Cake Tool
Contains a general purpose HttpClient with rich support for JSON and XML formats.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 5 NuGet packages that depend on HttpClient:
| Package | Downloads |
|---|---|
|
netfx-System.Net.Http.HttpEntityClient
Strong-typed Linq to Web API. Builds on top of HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts. Example: var products = client .Query<Product>("products") .OrderBy(x => x.Downloads) .Skip(25) .Take(25) .ToList(); |
|
|
netfx-System.Net.Http.HttpClientQuery
Allows querying WCF Web Api endpoints that expose IQueryable<T>, with full query support for nested relationships, etc. Does not deal with response deserialization. Look for HttpEntityClient for that. |
|
|
epnet-http-client
HTTP Client Sample for http://www.easyprojects.net/ RESTfull API |
|
|
WP7Test
Class library project package. Provides a SpecFlow testing framework for Windows Phone apps within the emulator. |
|
|
NSystem.Data.Dabber
兼容低版本.NET数据库ORM的Dapper为Dabber,常用帮助Cobber,扩展Extter,日志Logger等工具库内容 |
Showing the top 1 popular GitHub repositories that depend on HttpClient:
| Repository | Stars |
|---|---|
|
haacked/CodeHaacks
This is a collection of prototypes, samples, proof-of-concepts. None of this is meant to be used in production code, but you can take any of the ideas you like and try them out in your own projects.
|
| Version | Downloads | Last Updated |
|---|