Found 26 packages
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
Simple, easy HTTP REST API client for integrating and consuming services in C#.
Version of Vince's excellent AutoWrapper.Core that adds .Net 5.0 support in a naive way
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
Asp.Net core response wrapper
Asp.Net core response wrapper
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
This client library describes classes to wrap service responses to separate network responses, such as HTTP response codes, from the service response information. A service response code is wrapped, with an optional result object or optional error objects.
modified version of AutoWrapper.Core based on my experience
This .NET Core library provides wrapper interfaces for the classes HttpContext, HttpRequest and HttpResponse.
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core 5 APIs.
The Api.ResultWrapper.AspNetCore is a global exception handler and response wrapper for ASP.NET Core APIs. It uses a middleware to capture exceptions and to capture HTTP response to build a consistent response object for both successful and error requests.
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
Using RestKit is as simple as 'representation = Resource.Json().Get(uri)', then 'representation.GetContentAsJson()'. You can therefore handle unexpected content. Variations exist for Xml and Text. For advanced scenarios, you have full control of serialization, a callback pipeline, and full access to the underlying HttpClient and HttpResponseMessage. Use of RestKit is mockable using the IHttpResource interface and/or by injecting a mock HttpMessageHandler into a stub.
A simple wrapper around Flurl.Http that allows you to easily make http requests and deserialize the response.
Drop-in HttpClient wrapper for .NET 8-10+ with Polly resilience, response caching, and OpenTelemetry. One-line setup eliminates boilerplate for retries, circuit breakers, correlation IDs, and structured logging. Perfect for microservices, APIs, and web scrapers. Includes authentication providers (Bearer, Basic, API Key), concurrent requests, fire-and-forget operations, and streaming support. MIT licensed, 252+ tests. For web crawling features, see WebSpark.HttpClientUtility.Crawler package.
A generic response wrapper for APIs, providing consistent structure for success and failure responses, including error handling and HTTP status codes.
Small wrapper on HttpClient to cache http response on disc
A free to use library as wrapper around the HttpClient to use as a download manager or as easy producer consumer implementation. All Requests will be handled by an PriorityQueue in a parallel state to have a simple and efficient way to handle many Requests. Tested with more than 1000 HttpRequests. Also includes retry, priority and cancel function. Classes: • StatusRequest: Calls a Head request and returns a response message with the headers. • OwnRequest: Wrapper around your own requests. Easy to self-expand function. • SiteRequest: Scans a website for all references. • LoadRequest: To download the response into a file. o This is a HTTP file downloader with pause and resuming function. Returns an IProgress to get the download progress.