Interface SyncHttpRequestCustomizer
public interface SyncHttpRequestCustomizer
Customize
HttpRequest.Builder before executing the request, either in SSE or
Streamable HTTP transport.- Author:
- Daniel Garnier-Moiroux
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(HttpRequest.Builder builder, String method, URI endpoint, String body)
-
Method Details
-
customize
-