isMultipartRequest

View Source

Summary

Returns true if the given request is a multipart request.

Signature

function isMultipartRequest(req: IncomingMessage): boolean;

Params

req

The Node.js http.IncomingMessage object to check

Returns

true if the request is a multipart request, false otherwise