Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all!
Supported Platforms:
- .NET Standard 1.1
- .NET Framework 4
- Silverlight 5
- Portable Class Libraries (Profiles 259 and 328)
A simple downloader package that can be used for creating simple yet efficient file downloading applications. If you'd like, please send me your opinions on the package through email so that I could improve it as time goes on.
This version of the project has discontinued and has moved to here:...
More information
A simple downloader package that can be used for creating simple yet efficient file downloading applications. If you'd like, please send me your opinions on the package through email so that I could improve it as time goes on.
Provides the ability to send HttpWebRequest and get HttpWebResponses without a server. You can mock all available properties from HttpWebResponse .Net object with a json configuration file. This tool is not intrusive.
With dependency injection you can simply switch between your own implementation...
More information
The Fetch_dotNET Class Library is a high level wrapper around the HttpWebRequest.
The library is currently compiled at .Net 4.5 so it should work with any application running .Net 4.5 and above.
Fetch_dotNET provides the Fetch API for your networking needs. Fetch will seem familiar if you have...
More information