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

https://github.com/adshan/dotnet-http-request-delegating-handlers

Implementing the Decorator Pattern for HttpClient with Delegating Handlers.
https://github.com/adshan/dotnet-http-request-delegating-handlers

decorator-pattern dotnet handlers http-client

Last synced: about 1 month ago
JSON representation

Implementing the Decorator Pattern for HttpClient with Delegating Handlers.

Awesome Lists containing this project

README

          

# dotnet-http-request-delegating-handlers
Demonstração da utilização de delegating handlers para encapsular a lógica redundante utilizada por cada HttpClient consumido dentro do mesmo aplicativo.

# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.

# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).