5 packages tagged with “WebResponse”
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!!!)