Package org.jboss.resteasy.microprofile.client.header
- 
Interface Summary Interface Description HeaderFiller Used to generate header values for Rest ClientHeaderFillerFactory  - 
Class Summary Class Description ClientHeaderProvider ClientHeaderProviders A storage ofClientHeaderProvidersClientHeadersRequestFilter 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.DefaultHeaderFillerFactory HeaderUtils HttpHeadersContextProvider Used to inject HttpHeaders to the client providers (filters, etc). - 
Exception Summary Exception Description ClientHeaderFillingException Thrown on errors in generating header values