Multipart.getPart

Gets the indicated body part from multipart.

Parameters

part int

the part number to get (counting from 0)

headers soup.message_headers.MessageHeaders

return location for the MIME part headers

body_ glib.bytes.Bytes

return location for the MIME part body

Return Value

Type: bool

true on success, false if part is out of range (in which case headers and body won't be set)