httpclientfactory
There are 59 repositories under httpclientfactory topic.
prometheus-net/prometheus-net
.NET library to instrument your code with Prometheus metrics
maxkagamine/Moq.Contrib.HttpClient
A set of extension methods for mocking HttpClient and IHttpClientFactory with Moq.
ChangemakerStudios/GotenbergSharpApiClient
.NET C# Client for the Gotenberg API
RehanSaeed/HttpClientSample
A sample ASP.NET Core project showing how to configure the HttpClientFactory
xljiulang/WebApiClient.Extensions
WebApiClient项目的第三方扩展:Autofac、DependencyInjection、HttpClientFactory、SteeltoeOSS.Discovery、MessagePack、Protobuf、Json-Rpc
uhaciogullari/HttpClientFactoryLite
HttpClientFactory with no baggage
loresoft/FluentRest
Lightweight fluent wrapper over HttpClient to make REST calls easier
Hawxy/Auth0Net.DependencyInjection
Dependency Injection, HttpClientFactory & ASP.NET Core extensions for Auth0.NET
alefranz/HeaderPropagation
ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests. This is a backport to ASP.NET Core 2.1 (and 2.2) of the ASP.NET Core HeaderPropagation middleware I had recently contributed to the ASP.NET Core project.
Avanade/UnitTestEx
UnitTestEx provides .NET testing extensions to the most popular testing frameworks (MSTest, NUnit and Xunit) specifically to improve the testing experience with ASP.NET controller, and Azure Function, execution including underlying HttpClientFactory mocking.
techwithpat/ConsumeSpotifyWebAPI
This project demonstrates how to use the HttpClient class in C# to call Spotify Web API
agertenbach/Ringleader
Extends the .NET DefaultHttpClientFactory to support contextually appropriate primary handlers (i.e. unique certificates for different endpoints) and per-request cookie scope while retaining the benefits of handler pooling and typed client pipelines
tpeczek/HttpClientFactory.Azure.Functions
[Archived] Azure Functions and Azure WebJobs binding extensions for HttpClientFactory. This is no longer the best approach: https://www.tpeczek.com/2019/10/alternative-approach-to-httpclient-in.html
deesejohn/Reinforce
Dotnet Rest Interfaces for Salesforce.com with dotnet core depedency injection extensions
akunzai/GSS.Authorization.OAuth
OAuth authorized HttpClient, friendly with HttpClientFactory
myarichuk/Simple.HttpClientFactory
A lightweight HttpClient factory that handles properly DNS switches and closely integrates Polly policies into the client
kdcllc/Bet.Extensions.Resilience
DotNetCore Resilience Framework for Kubernetes Cluster
rallets/console-app-net5
A console app built using .NET Core 5 with support to Microsoft DI best practices to show how to setup: Multiple environments, Configuration values using the Options pattern, Appsettings, Usersecrets, Azure KeyVault, Azure Application Insight, TelemetryClient, HostedService, HttpClientFactory.
Byteology/typed-http-clients
Provides classes for creating typed HTTP clients from an interface describing a service.
alefranz/HttpClientLab
HttpClientLab turns the HttpClientFactory into a lab, so you can mock the HttpClient to write tests.
ArminShoeibi/WeatherAPI
Consume APIs of https://www.weatherapi.com/ using DI and Typed Client (HttpClient)
dimitrietataru/csharp-api-request
C# API Request
hgmauri/sample-httpclientfactory-polly
Example of using HttpClientFactory in .NET Core 3.1 with Swagger, MediatR and Serilog
jasonsoft-net/JsHttpClient
🕷️JsHttpClient is a simple and flexible HTML page crawling client library for .Net Core. JsHttpClient 是一个用于在 .Net Core 上简单灵活的 HTML 页面抓取客户端库
dazinator/Dazinator.Extensions.Http
Adjust http client configuration at runtime - solved.
dimirtymiclashevich/console_HttpClientFactory
HttpClientFactory in a console application. Examples of Named clients and Typed clients.
emanuelpaul/asp-net-core-mailgun-httpclient
Send emails from asp.net core 2.2 web application using mailgun api. Mailgun api calls are made using HttpClient
ldstr/http-client-factory
.NET HttpClient factory
ndrkrty/WeatherForecastApi
weather forecast api
Nikoo-Asadnejad/HttpService
A Class Library which Contains services for sending Http Requests fast and effortlessly
nventive/HttpTracing
Complete tracing of requests / responses for HttpClient
boeschenstein/webapi_restclient_bearertoken
Authorization, jwt: create bearer token in REST client to access ASP.NET Core Web Api. IHttpClientFactory, HttpClient
divyeshBhartiya/AgentsAndAirlines.Hooks
To Explore And Leverage The Power Of WebHooks With .NET5 !!!
manjunathg88/typed-http-client
HttpClient instance, which might have been decorated with some resilient strategy against transient failure and with some default values. You might even receive a client where the BaseUrl is already set. So, this approach can be particularly useful if you need to hide a REST API client behind a strongly-typed service layer.
MyNihongo/FluentHttp
Fluent wrapper around IHttpClientFactory
wcoder/PocHttpClientFactory
Simple console app for working with HttpClientFactory + Refit + Polly