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.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-http-request-delegating-handlers
- Owner: AdsHan
- License: mit
- Created: 2023-09-24T15:18:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T12:16:46.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T09:14:50.987Z (about 1 year ago)
- Topics: decorator-pattern, dotnet, handlers, http-client
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).