Interface McpAsyncHttpClientRequestCustomizer

All Known Implementing Classes:
DelegatingMcpAsyncHttpClientRequestCustomizer, McpAsyncHttpClientRequestCustomizer.Noop

public interface McpAsyncHttpClientRequestCustomizer
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