@NonNullByDefault
Package ej.hoka.http.body
HTTP request body parser utilities.
-
Interface Summary Interface Description BodyParser<T> A parser called to read the body of anHttpRequest. -
Class Summary Class Description HttpPart A part of a multipart HTTP request.MultiPartBodyParser A body parser forMime.MIME_MULTIPART_FORM_ENCODED_DATA.MultiPartBodyParser.MultiPartBody Class representing the collection ofHttpPartin the request.MultipartStringsParser A body parser forMime.MIME_MULTIPART_FORM_ENCODED_DATAthat parse parts as strings.ParameterParser A parser forMime.MIME_FORM_ENCODED_DATAand parameters in URI.StringBodyParser A body parser reading the full body and storing it in a string.