Interface MultipartParser

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Contract for parsing HTML form fields encoded according to the multipart/form-data specification.

A standard threadsafe implementation can be acquired via the defaultInstance() factory method.

See https://www.soklet.com/docs/request-handling#multipart-form-data for detailed documentation.

Author:
Mark Allen