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.
git clone https://github.com/nripendra/Resty.Net.git
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