hunt.http.codec.http.model.MultipartFormInputStream

Undocumented in source.

Members

Classes

MultipartFormInputStream
class MultipartFormInputStream

MultiPartInputStream <p> Handle a MultiPart Mime input stream, breaking it up on the boundary into files and strings.

Functions

deleteOnExit
void deleteOnExit(string file)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

Part
interface Part

<p> This class represents a part or form item that was received within a <code>multipart/form-data</code> POST request.

Meta