Info
Version: | 2.1.0.1 |
Author(s): | Denis Babarykin |
Last Update: | Sunday, October 16, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DenisBabarykin/SimpleWebRequests |
NuGet Url: | https://www.nuget.org/packages/SimpleWebRequests |
Install
Install-Package SimpleWebRequests
dotnet add package SimpleWebRequests
paket add SimpleWebRequests
SimpleWebRequests Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 9.0.1)
- Microsoft.AspNet.WebApi.Client(>= 5.2.3)
Tags
Allows to synchronously or asynchronously send GET and POST requests with one line of code and get response in specified or dynamic object.