Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels