Buffer
Last updated
Last updated
Multipart/form-data are commonly used in modules, which work with data type buffer
. There are 2 types of work with buffer
- download and upload.
Module which downloads a file from the service works with data type buffer
in interface.
Module which uploads a file to the service works with data type buffer
in mappable parameters and type multipart/form-data
in communication.