MultipartFromRequest extension
Extensions that call MultipartRequest.of and FormDataRequest.of as an extension on Request.
- on
Methods
-
formData(
) → FormDataRequest? -
Available on Request, provided by the MultipartFromRequest extension
Calls FormDataRequest.of, returning a form-data representation of this request if it has the multipart content type. -
multipart(
) → MultipartRequest? -
Available on Request, provided by the MultipartFromRequest extension
Calls MultipartRequest.of, returning a multipart representation of this request if it has the multipart content type.