Form field header to chunk builder
[io/http/utils/Form field header to chunk builder]

Builds a binary chunk for the header of a field in a multipart request.
Input ports
field:
{ "name": string, "data": string, optional "fileName": string, optional "contentType": string }
Output ports
chunk:
{"data": string, "encoding": ("utf8" or "base64")}
Last updated