Package ca.uhn.fhir.rest.client.interceptor
package ca.uhn.fhir.rest.client.interceptor
-
ClassDescriptionThis interceptor adds arbitrary header values to requests made by the client.HTTP interceptor to be used for adding HTTP basic auth username/password tokens to requestsHTTP interceptor to be used for adding HTTP Authorization using "bearer tokens" to requests.Client interceptor which simply captures request and response objects and stores them so that they can be inspected after a client call has returnedHTTP interceptor to be used for adding Cookie to requests.This interceptor adds an arbitrary header to requests made by this client.This is a client interceptor that captures the current request and response in a ThreadLocal variable, meaning that it can work in multithreaded environments without mixing up requests.This interceptor adds a path element representing the tenant ID to each client request.HTTP interceptor to be used for adding HTTP headers containing user identifying info for auditing purposes to the request