[
https://issues.apache.org/jira/browse/NIFI-13661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17876330#comment-17876330
]
ASF subversion and git services commented on NIFI-13661:
--------------------------------------------------------
Commit 6013b93cee00d8df946778e43484625d1a53eb72 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=6013b93cee ]
NIFI-13661 Added Multipart Form Data Builder to web-client-api
This closes #9183
Signed-off-by: dan-s1 <[email protected]>
> Add Multipart Form-Data Handling to web-client-api
> --------------------------------------------------
>
> Key: NIFI-13661
> URL: https://issues.apache.org/jira/browse/NIFI-13661
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 50m
> Remaining Estimate: 0h
>
> [RFC 7578|https://www.rfc-editor.org/rfc/rfc7578] Describes handling for
> multipart/form-data over HTTP, which is a request format often used to pass a
> combination of files and parameter values. The format consists of the
> Content-Disposition request header with a boundary indicator, and one or more
> request sections, delimited using the boundary indicator.
> Libraries such as OkHttp provide wrappers around this format, and the
> nifi-web-client-api library should include support for constructing an HTTP
> request using a similar strategy. In order to support various use cases, the
> implementation should support either byte array inputs or streams, enabling
> requests with large sources without consuming large amounts of memory.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)