StaticFilesHandler constructor

StaticFilesHandler({
  1. bool? applicationReadable,
  2. String? expiration,
  3. Map<String, String>? httpHeaders,
  4. String? mimeType,
  5. String? path,
  6. bool? requireMatchingFile,
  7. String? uploadPathRegex,
})

Implementation

StaticFilesHandler({
  this.applicationReadable,
  this.expiration,
  this.httpHeaders,
  this.mimeType,
  this.path,
  this.requireMatchingFile,
  this.uploadPathRegex,
});