A quick and easy way to create the body of a multipart/form-data message.
This component provides a quick and easy way to create the body of a multipart/form-data message. This is especially useful for consuming REST services that need this format instead of the more common (and OutSystems-supported) JSON.
For background see this Medium article.
The component also lets you expose Endpoints that receive multipart/form-data content.
Updated dependencies to BinaryConcat and MultipartFormData Parser
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)