Skip to content

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.

howshit/Resty.Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%