Builds a part handler that applies the supplied function to the array of bytes as they are received.
Builds a part handler that applies the supplied function to the array of bytes as they are received.
what to do with the bytes
a part handler memorizing the total number of bytes consumed
Builds a part handler that uses the supplied iteratee to handle the bytes as they are received.
Builds a part handler that uses the supplied iteratee to handle the bytes as they are received.
eventual value produced by iteratee
input byte handler
Pushes the bytes to the supplied channel as they are received.
Pushes the bytes to the supplied channel as they are received.
channel to push to
Parses a multipart form-data upload in such a way that any parsed bytes are made available to the returned InputStream.
Parses a multipart form-data upload in such a way that any parsed bytes are made available to the returned InputStream.