If the content type returned by the parent is empty the method tries to obtain it from
the file, if it fails ICanBoogie\HTTP\FileResponse::DEFAULT_MIME is used as fallback.
If the content type returned by the parent is empty the method tries to obtain it from
the file, if it fails ICanBoogie\HTTP\FileResponse::DEFAULT_MIME is used as fallback.
Specifies the ETag header field of the response. If it is not defined the
SHA-384 of the file is used instead.
Specifies the ETag header field of the response. If it is not defined the
SHA-384 of the file is used instead.
'etag'
OPTION_EXPIRES: string
Specifies the expiration date as a ICanBoogie\DateTime instance or a relative date
such as "+3 month", which maps to the Expires header field. The max-age directive of
the Cache-Control header field is computed from the current time. If it is not
defined ICanBoogie\HTTP\FileResponse::DEFAULT_EXPIRES is used instead.
Specifies the expiration date as a ICanBoogie\DateTime instance or a relative date
such as "+3 month", which maps to the Expires header field. The max-age directive of
the Cache-Control header field is computed from the current time. If it is not
defined ICanBoogie\HTTP\FileResponse::DEFAULT_EXPIRES is used instead.
'expires'
OPTION_FILENAME: string
Specifies the filename of the file and forces download. The following header are updated:
Content-Transfer-Encoding, Content-Description, and Content-Dispositon.
Specifies the filename of the file and forces download. The following header are updated:
Content-Transfer-Encoding, Content-Description, and Content-Dispositon.
'filename'
OPTION_MIME: string
Specifies the MIME of the file, which maps to the Content-Type header field. If it is
not defined the MIME is guessed using finfo::file().
Specifies the MIME of the file, which maps to the Content-Type header field. If it is
not defined the MIME is guessed using finfo::file().