Top 20 NuGet request Packages

request wcf/web api services via httpClient.
Request.Timer.Logger
An assembly to decouple messages from the CoreMemoryBus
This class library is a extension of HttpClient which allows make patch request.
This client library allow you to make http request easily. How to use: var address = "http://localhost:50787/api/Test/Test"; var requestModel = new RequestModel() { Id = "guid" }; var result = new HttpClientHelper().PostJson<ResponseModel>(address, "Basic", "***", requestModel);
This client library is refreshing the Azure Active Directory Token in the background. To run an automatic token refresh, add one line for the main view of the application: <script src="/Scripts/refresh-token.min.js"></script>
Rate limiting action filter for Web Api
provides a distributed Redis implementation of the IRateLimitingCacheProvider from the Domain.RateLimiting.Core package meaning that it can be used from multiple servers which is more suiting to real production environments. This is the package that keeps track of the call count per time window and ...
Contains the core abstractions and classes for rate limiting.
Contains the rate limiting action filter which works with Domain.RateLimiting.Core
A simple and easy to use http client with support for all request methods and certificate pinning
Simple library to wrap the HttpClient making async requests a simple method call, handles request/response serialization.
Package Description
Creates a postman collection by traversing the current api description.