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

State of art #2

Open kiquenet opened 6 years ago

kiquenet commented 6 years ago

Resty.Net State of art in 2018 ?

Do you actually use in your projects now ?

nripendra commented 6 years ago

Lately I haven't used this in my projects as I have moved to more backend programming.

I do plan to support this project if any one reports bugs though.