Using fshttp in asp.net core? #174
Unanswered
nicholas-peterson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
asp.net core framework supports the concept of an IHttpClientFactory to generate HttpClients for making http requests. I wonder if anyone has any good examples of using fshttp to make requests instead of the HttpClient implementation that asp.net core uses?
Beta Was this translation helpful? Give feedback.
All reactions