メインコンテンツまでスキップ
バージョン:25.2

multipartMIME

  • function
  • new in 1.54
  • function to produce a property list containing Body and Header information for the given content, as it would be sent by the post multipart command. This can be useful for troubleshooting a problem or for constructing an HTTP message as text. This function can be called with a single value, a list of values, or a property list or list of property lists. See the description of the post multipart command for full details.

    The value returned by the multipartMIME function is a property list with a Body property whose value is a fully-formatted string in multipart-MIME format. The Header property is a property list containing appropriate headers to accompany the Body text.