An open API service providing repository metadata for many open source software ecosystems.

Topic: "httpclientfactory"

prometheus-net/prometheus-net

.NET library to instrument your code with Prometheus metrics

Language: C# - Size: 3.21 MB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 2,021 - Forks: 308

maxkagamine/Moq.Contrib.HttpClient

A set of extension methods for mocking HttpClient and IHttpClientFactory with Moq.

Language: C# - Size: 207 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 191 - Forks: 11

ChangemakerStudios/GotenbergSharpApiClient

.NET C# Client for the Gotenberg API

Language: Rich Text Format - Size: 2.08 MB - Last synced at: 14 days ago - Pushed at: about 1 month ago - Stars: 139 - Forks: 20

RehanSaeed/HttpClientSample

A sample ASP.NET Core project showing how to configure the HttpClientFactory

Language: C# - Size: 29.3 KB - Last synced at: 14 days ago - Pushed at: about 4 years ago - Stars: 118 - Forks: 26

xljiulang/WebApiClient.Extensions

WebApiClient项目的第三方扩展:Autofac、DependencyInjection、HttpClientFactory、SteeltoeOSS.Discovery、MessagePack、Protobuf、Json-Rpc

Language: C# - Size: 43.9 KB - Last synced at: 16 days ago - Pushed at: almost 5 years ago - Stars: 71 - Forks: 21

loresoft/FluentRest

Lightweight fluent wrapper over HttpClient to make REST calls easier

Language: C# - Size: 610 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 61 - Forks: 15

uhaciogullari/HttpClientFactoryLite Fork of dotnet/extensions

HttpClientFactory with no baggage

Language: C# - Size: 18.4 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 58 - Forks: 7

Hawxy/Auth0Net.DependencyInjection

Dependency Injection, HttpClientFactory & ASP.NET Core extensions for Auth0.NET

Language: C# - Size: 194 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 48 - Forks: 1

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.

Language: C# - Size: 719 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 31 - Forks: 5

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.

Language: C# - Size: 49.8 KB - Last synced at: 14 days ago - Pushed at: almost 3 years ago - Stars: 31 - Forks: 1

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

Language: C# - Size: 122 KB - Last synced at: 16 days ago - Pushed at: 5 months ago - Stars: 17 - Forks: 2

techwithpat/ConsumeSpotifyWebAPI

This project demonstrates how to use the HttpClient class in C# to call Spotify Web API

Language: C# - Size: 647 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 15 - Forks: 7

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

Language: C# - Size: 11.7 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 14 - Forks: 8

deesejohn/Reinforce 📦

Dotnet Rest Interfaces for Salesforce.com with dotnet core depedency injection extensions

Language: C# - Size: 187 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 2

akunzai/GSS.Authorization.OAuth

OAuth authorized HttpClient, friendly with HttpClientFactory

Language: C# - Size: 489 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 8 - Forks: 3

myarichuk/Simple.HttpClientFactory

A lightweight HttpClient factory that handles properly DNS switches and closely integrates Polly policies into the client

Language: C# - Size: 222 KB - Last synced at: 11 days ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 2

kdcllc/Bet.Extensions.Resilience

DotNetCore Resilience Framework for Kubernetes Cluster

Language: C# - Size: 2.64 MB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 2

Byteology/typed-http-clients

Provides classes for creating typed HTTP clients from an interface describing a service.

Language: C# - Size: 112 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

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.

Language: C# - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 1

alefranz/HttpClientLab

HttpClientLab turns the HttpClientFactory into a lab, so you can mock the HttpClient to write tests.

Language: C# - Size: 32.2 KB - Last synced at: 15 days ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 0

dimitrietataru/csharp-api-request

C# API Request

Language: C# - Size: 184 KB - Last synced at: 9 days ago - Pushed at: 11 months ago - Stars: 4 - Forks: 3

hgmauri/sample-httpclientfactory-polly

Example of using HttpClientFactory in .NET Core 3.1 with Swagger, MediatR and Serilog

Language: C# - Size: 28.3 KB - Last synced at: 18 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

ArminShoeibi/WeatherAPI

Consume APIs of https://www.weatherapi.com/ using DI and Typed Client (HttpClient)

Language: C# - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

dazinator/Dazinator.Extensions.Http

Adjust http client configuration at runtime - solved.

Language: C# - Size: 128 KB - Last synced at: about 22 hours ago - Pushed at: 8 months ago - Stars: 3 - Forks: 1

jasonsoft-net/JsHttpClient

🕷️JsHttpClient is a simple and flexible HTML page crawling client library for .Net Core. JsHttpClient 是一个用于在 .Net Core 上简单灵活的 HTML 页面抓取客户端库

Language: C# - Size: 33.2 KB - Last synced at: 21 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

nventive/HttpTracing

Complete tracing of requests / responses for HttpClient

Language: C# - Size: 43.9 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 2 - Forks: 0

Nikoo-Asadnejad/HttpService

A Class Library which Contains services for sending Http Requests fast and effortlessly

Language: C# - Size: 667 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

ldstr/http-client-factory

.NET HttpClient factory

Language: C# - Size: 8.79 KB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

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

Language: HTML - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

MyNihongo/FluentHttp

Fluent wrapper around IHttpClientFactory

Language: C# - Size: 205 KB - Last synced at: 10 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

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.

Language: C# - Size: 1.15 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

sarul84/GraphqlHttpClient

Graphql http client for .net

Language: C# - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

wcoder/PocHttpClientFactory 📦

Simple console app for working with HttpClientFactory + Refit + Polly

Language: C# - Size: 5.86 KB - Last synced at: 3 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

sarul84/FakeHttpClientHandler

This is one of the way to fake http response

Language: C# - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

salixzs/RestClient

Client to REST service from C# (backend) code with IHttpClientFactory. Shortcut HttpMethod extensions and path/query parameter helper classes.

Language: C# - Size: 245 KB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rmandvikar/delegating-handlers

A cluster of Delegating Handlers (Chain-of-Responsibility pattern) for HttpClient.

Language: C# - Size: 218 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 1

wilsonneto-dev/demo-httpclient-factory

A demo on how to use HttpClient factory (Named HttpClients, Typed HttpClients, IHttpClientFactory)

Language: C# - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

nosratifarhad/HttpClient_BestPractice_DotNet_8

Simple implementation example of 4 types of implementation in the HttpClientFactory

Language: C# - Size: 18.6 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

manjunathg88/oauth-token-generator

OAuthTokenGenerator library contains utility methods to create and validate OAuth tokens

Language: C# - Size: 10.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nield/HttpClientSettings

HttpClientSettings is a convention based http endpoint data storage and retrieval mechanism without enforcing how to make the http calls.

Language: C# - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

boeschenstein/webapi_restclient_bearertoken

Authorization, jwt: create bearer token in REST client to access ASP.NET Core Web Api. IHttpClientFactory, HttpClient

Language: C# - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

emoacht/AzureFunctionTest

Test Azure function.

Language: C# - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

cbonatti/simple-store

Dotnet core solution to store product data and communication between two solutions using http requests

Language: C# - Size: 1.32 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

emilioap/api-gateway

Simple API Gateway in .NET Core to consolidate investments from different sources.

Language: C# - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

alihaxan020/MakingHttpRequest

Use HTTP CLIENT IN ASP NET CORE Applications

Language: C# - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

samjones00/payment-gateway

An example payment gateway

Language: C# - Size: 155 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

rcmilan/ex-resilientapp

Language: C# - Size: 10.7 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

divyeshBhartiya/AgentsAndAirlines.Hooks

To Explore And Leverage The Power Of WebHooks With .NET5 !!!

Language: C# - Size: 48.8 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

died/BlazorWithJsAndHttpClientFactory

a demo of C# .NET core Blazor with Javascript call and HttpClientFactory

Language: C# - Size: 222 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

elitongadotti/onemoretesting123

practicingsome concepts

Language: C# - Size: 258 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

thiagocruzrj/Advertisement-Api

Here you can create an advertisement, rate other advertisements.

Language: HTML - Size: 849 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

alastairgould/Headerify

A small extension to allow you add a persistent header via the HttpClientFactory builder

Language: C# - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

XhantiMda/RickAndMortyApi

A sample asp.net core web api for HttpClientFactory article.

Language: C# - Size: 736 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 2