jbogard / MediatR

Simple, unambitious mediator implementation in .NET
Apache License 2.0
11.14k stars 1.18k forks source link

FR : HttpClient to RequestHandler #746

Closed mw-nfi closed 2 years ago

mw-nfi commented 2 years ago

Hello, I am very enthusiastic about Mediatr and have recently used the processors. But now I have no real error but rather a function request. How could one automatically make a Http request to the Api to use the desired response in the handler? Sure, I could always create the client. But is there a way to create a request through the processor and release the result in the handler?

Thanks a lot!