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

Clarify when to use a custom Target or Request Interceptor #1148

Merged
merged 1 commit into from Dec 30, 2019

Conversation

kdavisk6
Copy link
Member

Fixes #929

Documentation around when to use a Request Interceptor or a custom
Target when dealing with specific situations such as setting headers
per method or target.

Fixes OpenFeign#929

Documentation around when to use a Request Interceptor or a custom
Target when dealing with specific situations such as setting headers
per method or target.
@kdavisk6 kdavisk6 added the documentation Issues that require updates to our documentation label Dec 30, 2019
@kdavisk6 kdavisk6 merged commit d3f7d76 into OpenFeign:master Dec 30, 2019
@kdavisk6 kdavisk6 added this to the 10.7.1 milestone Jan 12, 2020
@kdavisk6 kdavisk6 deleted the gh-929-target-documentation branch January 19, 2020 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issues that require updates to our documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarify difference between Target<T> and RequestInterceptor in docs regarding header injection
1 participant