Introduce new body function multipartFormBody (complimenting the existing encodedFormBody) to build a multipart request from a series of Parts. Parts are constructed from simplePart (corresponding to simpleBody) and filePart (corresponding to fileBody)
Introduce new body function
multipartFormBody
(complimenting the existingencodedFormBody
) to build a multipart request from a series of Parts. Parts are constructed fromsimplePart
(corresponding tosimpleBody
) andfilePart
(corresponding tofileBody
)Depends on https://github.com/aesiniath/http-common/pull/15.