Package | Description |
---|---|
org.jboss.resteasy.microprofile.client | |
org.jboss.resteasy.microprofile.client.header |
Class and Description |
---|
ClientHeadersRequestFilter
First the headers from `@ClientHeaderParam` annotations are applied,
they can be overwritten by JAX-RS `@HeaderParam` (coming in the `requestContext`)
Then, if a `ClientHeadersFactory` is defined, all the headers, together with headers from `IncomingHeadersProvider`,
are passed to it and it can overwrite them.
|
Class and Description |
---|
ClientHeaderProvider |
Copyright © 2019 JBoss by Red Hat. All rights reserved.