- class
HttpResourceHandler(php\http\HttpResourceHandler) extendsHttpAbstractHandler - package
http - source
php/http/HttpResourceHandler.php
->__construct()- HttpFileDirectoryHandler constructor.->file()->etags()->acceptRanges()->dirAllowed()->directoriesListed()->pathInfoOnly()->redirectWelcome()->cacheControl()->__invoke()- See also in the parent class HttpAbstractHandler
__construct(string|File $file): voidHttpFileDirectoryHandler constructor.
file(string|File $file): stringetags(bool $value): boolacceptRanges(bool $value): booldirAllowed(bool $value): booldirectoriesListed(bool $value): boolpathInfoOnly(bool $value): boolredirectWelcome(bool $value): boolcacheControl(string $value): string__invoke(php\http\HttpServerRequest $request, php\http\HttpServerResponse $response): void