[ CCode ( has_construct_function = false ) ]
public Multipart.from_message (MessageHeaders headers, Bytes body)
Parses headers and body to form a new [struct@Multipart]
| headers |
the headers of the HTTP message to parse |
| body |
the body of the HTTP message to parse |
|
a new Multipart (or null if the message couldn't be parsed or wasn't multipart). |