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

feature: Add method name to HttpRequestMessage Properties #1150

Closed
JustinBerger opened this issue Apr 9, 2021 · 2 comments
Closed

feature: Add method name to HttpRequestMessage Properties #1150

JustinBerger opened this issue Apr 9, 2021 · 2 comments

Comments

@JustinBerger
Copy link

Is your feature request related to a problem? Please describe.
HttpRequestMessage.Properties is useful, but only including the interface name by default doesn't provide a lot of detail about the specific request being made.

Describe the solution you'd like
Include the path in the Get/Post/Etc attribute ("/path/{path}/{id}") and/or the Method name in HttpRequestMessage.Properties.
This makes it easier to add things like metrics and telemetry via DelegatingHandler without having to parse out the dynamic parts of the url.

@JustinBerger JustinBerger changed the title feature: Add method to HttpRequestMessage Properties feature: Add method name to HttpRequestMessage Properties Apr 9, 2021
@donnytian donnytian mentioned this issue Aug 9, 2021
2 tasks
@dfapatricio
Copy link

This would be a game changer!

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants