Package-level declarations
Types
Enables inheriting HttpInterceptors to use checksums caching
An interceptor that adds an HTTP Expect: 100-continue
header to requests with bodies at a certain length threshold. Bodies with an unset contentLength
will get the continue header added regardless of length.
This interceptor detects a discovered endpoint error and calls a specific invalidate lambda. Receiving such an error indicates that a discovered endpoint is no longer valid (e.g., has expired) and the endpoint should be re-discovered.
Handles request checksums for operations with the HttpChecksumTrait applied.
Handles response checksums.
Handles checksum request calculation from the httpChecksumRequired
trait.
HTTP interceptor that compresses request payloads
An interceptor which compares the Content-Length
header value against the length of the returned body. Throws an IllegalStateException if there is a mismatch.
Interceptor for smoke test runner clients.