Metadata >> NuGet >> ServiceStack.HttpClient

ServiceStack.HttpClient

Metadata

Authors Service Stack
Copyrights Copyright 2015 Service Stack
Description JSON ServiceClient implementation based on .NET's HttpClient
IconUrl https://servicestack.net/img/logo-32.png
Language en-US
LicenseUrl https://servicestack.net/terms
Owners Service Stack
ProjectUrl https://github.com/ServiceStack/ServiceStack
RequireLicenseAcceptance True
Summary Opensource .NET and Mono REST Web Services framework
Tags ServiceStack Common Framework Clients ServiceClients JSON HttpClient Gateway
Dependencies ServiceStack.Interfaces:4.0.44|ServiceStack.Text:4.0.44|Microsoft.Net.Http:2.2.29
Title JSON HttpClient for ServiceStack
PackageSize 56337
PackageHashAlgorithm SHA512
PackageHash FeCHsy80rs5UFogBU2OsSMH6kBho0AB3MbulM+bl1Nb8dNHFBeFroY9KNxZ5nNi78boHSm05qyyTYxgSOg9D/w==
DownloadCount 000000
CreatedDate 2015-09-01T20:39:28

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ServiceStack.HttpClient -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ServiceStack.HttpClient -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package ServiceStack.HttpClient
Installing the package (HTTP Basic authentication):
Install-Package ServiceStack.HttpClient -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ServiceStack.HttpClient -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ServiceStack.HttpClient

OpenWrap

Installing the package:
o add-wrap ServiceStack.HttpClient
Uninstalling the package:
o remove-wrap ServiceStack.HttpClient

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
4.0.44
4.0.43
4.0.42