- getHandler
MultipartParserHandler getHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
- getState
State getState()
Undocumented in source. Be warned that the author may not have intended to support it.
- isState
bool isState(State state)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
bool parse(ByteBuffer buffer, bool last)
- parseMimePartHeaders
bool parseMimePartHeaders(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseOctetContent
bool parseOctetContent(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
A parser for MultiPart content type.
@see <a href="https://tools.ietf.org/html/rfc2046#section-5.1">https://tools.ietf.org/html/rfc2046#section-5.1</a> @see <a href="https://tools.ietf.org/html/rfc2045">https://tools.ietf.org/html/rfc2045</a>