Package org.jboss.resteasy.microprofile.client.header
package org.jboss.resteasy.microprofile.client.header
-
ClassDescriptionThrown on errors in generating header valuesA storage of
ClientHeaderProvidersFirst 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.Used to generate header values for Rest ClientUsed to inject HttpHeaders to the client providers (filters, etc).