12 packages tagged with “httpWebRequest”
Test/mock (3rd party) code reliant on HttpClient, WebClient, HttpWebRequest and WebRequest.Create()
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)
Extensions of System.Net.HttpWebRequest for legacy (net35) applications
A .Net Helper Library For Rapid Development.Give You A Easy Way Send Http Request
Calls httprequest and returns HttpResponse in a way easier than the native.
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: https://www.nuget.org/packages/CarbonlessWebOperations/1.1.0 This project will no longer be updated.
基于 System.Net.HttpWebRequest 封装,方便,易用;引用函数式编程思想,让代码更加的优雅,高可读性。
Not so free tools.
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
Quick wrapper around c# http stuff
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.
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.