nripendra / Resty.Net

A simple bare to metal REST client for .net framework, written in c#. Serves as a very thin layer above HttpWebRequest object exposes most of its properties. Also provides an option to directly access the underlying HttpWebRequest and HttpWebResponse objects if necessary.
http://nripendra-newa.blogspot.com/
6 stars 4 forks source link

Resty.Net

A simple bare to the metal REST client for .net framework written in c#. Serves as a very thin layer above HttpWebRequest object exposes most of its properties. Also provides an option to directly access the underlying HttpWebRequest and HttpWebResponse objects if necessary.

How to get Resty.Net?

Get the code:

git clone https://github.com/nripendra/Resty.Net.git

Get Nuget package:

Install-Package Resty.Net -Pre

In future once Resty.Net comes out of prerelease you won't have to add the -Pre flag.

Install-Package Resty.Net

Read more about Resty.Net