Interface HttpClientRequestMapperModule
- All Known Subinterfaces:
HttpClientModule
public interface HttpClientRequestMapperModule
-
Method Summary
Modifier and TypeMethodDescriptiondefault HttpClientRequestMapper<byte[]>default HttpClientRequestMapper<ByteBuffer>default HttpClientRequestMapper<Flow.Publisher<ByteBuffer>>default FormMultipartClientRequestMapperdefault HttpClientRequestMapper<String>
-
Method Details
-
byteArrayHttpClientRequestMapper
-
byteBufferHttpClientRequestMapper
-
stringHttpClientRequestMapper
-
byteBufferPublisherHttpClientRequestMapper
default HttpClientRequestMapper<Flow.Publisher<ByteBuffer>> byteBufferPublisherHttpClientRequestMapper() -
formUrlEncodedClientRequestMapper
-
formMultipartClientRequestMapper
-