public interface HttpRequestBodySpec extends HttpRequestHeadersSpec
| Modifier and Type | Method and Description |
|---|---|
HttpRequestHeadersSpec |
body(InputStream inputStream,
OptionalLong contentLength)
Set Request Body as stream
|
header, retrieveHttpRequestHeadersSpec body(InputStream inputStream, OptionalLong contentLength)
inputStream - Request Body stream is requiredcontentLength - Content Length or empty when not knownCopyright © 2023 Apache NiFi Project. All rights reserved.