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