constant RequestOptions::MULTIPART in Auth0 Single Sign On 8.2
multipart: (array) Array of associative arrays, each containing a required "name" key mapping to the form field, name, a required "contents" key mapping to a StreamInterface|resource|string, an optional "headers" associative array of custom headers, and an optional "filename" key mapping to a string to send as the filename in the part. If no "filename" key is present, then no "filename" attribute will be added to the part.
File
- vendor/
guzzlehttp/ guzzle/ src/ RequestOptions.php, line 159
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const MULTIPART = 'multipart';