Package | Description |
---|---|
feign | |
feign.auth |
Modifier and Type | Method and Description |
---|---|
Feign.Builder |
Feign.Builder.requestInterceptor(RequestInterceptor requestInterceptor)
Adds a single request interceptor to the builder.
|
Modifier and Type | Method and Description |
---|---|
Feign.Builder |
Feign.Builder.requestInterceptors(Iterable<RequestInterceptor> requestInterceptors)
Sets the full set of request interceptors for the builder, overwriting any previous
interceptors.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthRequestInterceptor
An interceptor that adds the request header needed to use HTTP basic authentication.
|
Copyright © 2012–2016 OpenFeign. All rights reserved.