Interface AsyncHttpRequestCustomizer

All Known Implementing Classes:
AsyncHttpRequestCustomizer.Noop

public interface AsyncHttpRequestCustomizer
Customize HttpRequest.Builder before executing the request, in either SSE or Streamable HTTP transport.

When used in a non-blocking context, implementations MUST be non-blocking.

Author:
Daniel Garnier-Moiroux