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

Add support for defining configuration driven headers #24

Closed
graemerocher opened this issue Apr 19, 2018 · 1 comment
Closed

Add support for defining configuration driven headers #24

graemerocher opened this issue Apr 19, 2018 · 1 comment
Labels
type: enhancement New feature or request

Comments

@graemerocher
Copy link
Contributor

It should be possible to do the following on a client:

@Header(name="Authorization", value="${some.configuration.value}"
@Client(id="blah")
interface Blah {

}

And it will add the configured header to all outgoing requests

@graemerocher graemerocher added the type: enhancement New feature or request label Apr 19, 2018
@jameskleeh
Copy link
Contributor

jameskleeh commented Apr 23, 2018

Assigned to Ryan

osscontributor pushed a commit that referenced this issue Apr 26, 2018
graemerocher added a commit that referenced this issue Jun 4, 2018
graemerocher pushed a commit that referenced this issue Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants