5 packages tagged with “httpWebResponse”
Test/mock (3rd party) code reliant on HttpClient, WebClient, HttpWebRequest and WebRequest.Create()
Calls httprequest and returns HttpResponse in a way easier than the native.
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 of IHttpRequester and the implementation contained in this package
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 used XMLHttpRequest or other networking APIs before.
C# Engine to download multiple WebRequests in Paralel with TLP and Concurrent Blocking COllection