-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use IHttpClientFactory #41
Comments
Hello, I forwarded your questions to our IT department. |
Hello, Unfortunatelly, there is no common interface for http actions in .net, so what you can do is to make your own implementation of
However, we will discuss about possibillity of passing own HttpClient to proxy. We are planning to to release 3.x version in a few months, however, if you want, you can build it for you own or contact us to do it so, but pleaes note that it is not fully tested version yet. The recommended way in asp.net is to keep registered |
@jakublabno, thank you for the reply and provided feedback. Looking forward to the release! |
Is there any roadmap to release 3.x.x? RestSharp is popping up in OWASP vulnerabilities tool. |
We had to postpone the release of the new version; however, work has resumed this week. We may also release a pre-release version earlier than stable one. |
I plan to use SMSAPI inside a rest API.
The preferred way of using HttpClient is by using https://learn.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-8.0.
Maybe a sample of how to register the client (of the factory) inside DI should be added?
Any info on when the next version of the library will be released?
The text was updated successfully, but these errors were encountered: