9 packages tagged with “system.net.http”
Simple request builder functions on top of System.Net.Http!
A library to facilitate Dependency Inversion with System.Net.Http
A mocking framework to mock HttpClient requests.
Simple response builder functions on top of System.Net.Http!
A utility library to scale Up Azure Functions in F# Using Suave. By using this libary you can host and run your Suave code in Azure Functions.
.NET HTTP Client Service library. Use this library to quickly bootstrap your .NET HttpClient Service calls. It uses the System.Net.Http library. You pass in your routes and objects for the calls - Get, Post, Put, Patch, Delete. It returns an HttpResponseMessage/String Response depending on the method called which you can then utilize in your projects.
Classes for the new HttpClient Portable Class Library that support GZip and Deflate compression, using the Zlib.Portable library. Works on .NET 4.0, 4.0.3, & 4.5, Silverlight 4 & 5, Windows Phone 7.5 & 8, and Windows 8. Original idea (but a different implementation) from Gist by Morten Nielsen: https://gist.github.com/dotMorten/4981198
TODO
A library which provides IHttpClient and IHttpClientFactoryWrapper to enable unit testing when using System.Net.Http.HttpClient. Please refer to the REAME.md file for examples.