Skip to content
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

Add methods allowing retrieval of HttpRequestMessage from ResilienceContext #5460

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

iliar-turdushev
Copy link
Contributor

@iliar-turdushev iliar-turdushev commented Sep 30, 2024

The PR adds extension methods allowing retrieval of the request message from the resilience context.
In addition, the PR replaces usage of the ResilienceKeys.RequestMessage variable with the corresponding Get/Set methods.

Fixes #4957

Microsoft Reviewers: Open in CodeFlow

Adds extension methods allowing retrieval of the request message from resilience context
Replaces usage of ResilienceKeys.RequestMessage variable with corresponding Get/Set methods
@iliar-turdushev iliar-turdushev self-assigned this Sep 30, 2024
Marks new API as Experimental
@RussKie RussKie merged commit 18002be into dotnet:main Oct 1, 2024
6 checks passed
@iliar-turdushev iliar-turdushev deleted the iliarturdu/polly-http-request branch October 1, 2024 10:42
@github-actions github-actions bot locked and limited conversation to collaborators Nov 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[API Proposal]: Allow retrieval of HttpRequestMessage from Polly.Context
3 participants