multipartBoundary
- property key in post multipart content (new in 1.54)
- Optional. A text string used to separate the parts (if not given, a suitable string will be generated automatically). If a custom "Content-Type" header is supplied at the top level, it should include a boundary string, and MultipartBoundary must be included with that same boundary string as its value.
- Related: post