HTTPRequest.exec

Send multipart for request. You would like to use this method for sending large portions of mixed data or uploading files to forms. Content of the posted form consist of sources. Each source have at least name and value (can be string-like object or opened file, see more docs for MultipartForm struct)

Parameters

url string

url

sources MultipartForm

array of sources.

Meta