Package-level declarations
Types
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.
Mutate a request to enable flexible checksums.
Validate a response's checksum.
Set the Content-MD5
header based on the current payload See:
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.