Checks if the method is a multipart method
bool isMultipart(String method) { return method.toLowerCase().contains('multipart'); }