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
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.
The text was updated successfully, but these errors were encountered:
JustinBerger
changed the title
feature: Add method to HttpRequestMessage Properties
feature: Add method name to HttpRequestMessage Properties
Apr 9, 2021
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.
The text was updated successfully, but these errors were encountered: