Add RestMethodInfo in HttpRequestMessage (Options or Properties)
What kind of change does this PR introduce? Feature
What is the current behavior? No RestMethodInfo is available in the HttpMessageHandler
What is the new behavior?
RestMethodInfo is now available in the HttpMessageHandler. Parameter-Name: RestMethodInfo { get; } = "Refit.RestMethodInfo";
What might this PR break? Nothing
Please check if the PR fulfills these requirements
- [x] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
Other information:
Same as #1317
My implementation of the same feature (#1317) was a little bit more complete with strongly typed HttpRequestOptionsKey and with updates to the README. Maybe you should also consider merging it.
My implementation of the same feature (#1317) was a little bit more complete with strongly typed
HttpRequestOptionsKeyand with updates to the README. Maybe you should also consider merging it.
Thank you, we will take a look at this too, we're trying to get everything back in order and we will look at all the PRs in good time. Thank you for your efforts and patience.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.