Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaosouzaaa/namedhttpclient

Named Http Client Pattern in .NET
https://github.com/joaosouzaaa/namedhttpclient

http-client named-http-client

Last synced: about 1 month ago
JSON representation

Named Http Client Pattern in .NET

Awesome Lists containing this project

README

        

# NamedHttpClient

The goal of this project is to show the implementation of http clients following the named pattern, using IHttpClientFactory interface.

# Technologies used
- .NET 9
- C#
- xUnit
- Moq