Uses of Package
org.jboss.resteasy.microprofile.client.header
Packages that use org.jboss.resteasy.microprofile.client.header
Package
Description
-
Classes in org.jboss.resteasy.microprofile.client.header used by org.jboss.resteasy.microprofile.clientClassDescriptionFirst 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.
-