| 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 incoming container headers,
are passed to it and it can overwrite them.
|
| Class and Description |
|---|
| ClientHeaderProvider |
| HeaderFiller
Used to generate header values for Rest Client
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.