import { type SendOptions } from "https://dotland.deno.dev/x/alosaur@v0.37.0/src/static/send.ts";
Properties
Try to serve the gzipped version of a file automatically when gzip is
supported by a client and if the requested file with .gz
extension
exists. (defaults to true
).
Try to serve the brotli version of a file automatically when brotli is
supported by a client and if the requested file with .br
extension
exists. (defaults to true
)