Consider adding support for custom HttpRequest for remote APIs · Issue #209 · oras-project/oras-dotnet · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the version or commit of the ORAS .NET library?
No response
What would you like to be added?
The remote APIs defined for remote Registry and Repository create a new HttpRequest per invocation. It would be helpful if a parameter to pass in a HttpRequest object could be specified. This is helpful when the request context is altered. For example, in my use case I leverage Polly policies that add retry and auth capabilities (+ caching). This context is set per HttpRequest
Why is this needed for the ORAS .NET library?
Given the lack of robust authentication capabilities and built-in retry mechanisms, it would be good to allow SDK clients the flexibility to implement and integrate with ORAS.
Are you willing to submit PRs to contribute to this feature?
Yes, I am willing to implement it.
The text was updated successfully, but these errors were encountered:
What is the version or commit of the ORAS .NET library?
No response
What would you like to be added?
The remote APIs defined for remote Registry and Repository create a new
HttpRequest
per invocation. It would be helpful if a parameter to pass in aHttpRequest
object could be specified. This is helpful when the request context is altered. For example, in my use case I leverage Polly policies that add retry and auth capabilities (+ caching). This context is set perHttpRequest
Why is this needed for the ORAS .NET library?
Given the lack of robust authentication capabilities and built-in retry mechanisms, it would be good to allow SDK clients the flexibility to implement and integrate with ORAS.
Are you willing to submit PRs to contribute to this feature?
The text was updated successfully, but these errors were encountered: