SetCacheHeaders
class SetCacheHeaders
Methods
static string
using(array|string $options)
Specify the options for the middleware.
Response
array
parseOptions(string $options)
Parse the given header options.
Details
at line 22
static string
using(array|string $options)
Specify the options for the middleware.
at line 46
Response
handle(Request $request, Closure $next, array|string $options = [])
Add cache related HTTP headers.
at line 83
protected array
parseOptions(string $options)
Parse the given header options.