isMultipartRequest
Summary
Returns true if the given request contains multipart data.
Signature
function isMultipartRequest(request: Request): boolean;
Params
request
The Request object to check
Returns
true if the request is a multipart request, false otherwise