Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 822 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 822 Bytes

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