Found 7 packages
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package. Commonly Used Types: System.Net.HttpWebRequest System.Net.HttpWebResponse System.Net.HttpRequestHeader System.Net.WebException System.Net.WebExceptionStatus System.Net.WebRequest System.Net.WebResponse When using NuGet 3.x this package requires at least version 3.4.
Simple, easy HTTP REST API client for integrating and consuming services in C#.
A small framework that makes using the Strava API a little bit easier. You can find a Readme file at https://github.com/inexcitus/stravadotnet/ Please send any feedback to strava@sascha-simon.com
Extension that makes RestSharp requests produce ApiTools responses
Tools for handling results using Microsoft.AspNetCore.Mvc
It is not easy to mock non-virtual and non-abstract members of a class (such as System.Net.Webclient) for implement test cases. This project contains three derived classes from System.Net namespace which are provide help to get expected responses from a http server invocation. System.Net.WebClientTestPurpose class is derived from System.Net.Webclient. So it can be used instead of System.Net.WebClient (test purposes only!!!)
With this NuGet package you can log in with HTTP Basic Authentication with Webrequest and Webresponse.