From 9c6e372dcb5fefa86f20cf88c2e0e65e97650b7b Mon Sep 17 00:00:00 2001 From: rinze24 Date: Tue, 18 Aug 2020 03:43:23 +0800 Subject: [PATCH] Styling (#6252) Nothing crazy just remove one # to make it consistent --- responses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses.md b/responses.md index d6a1895616f..df3acb9c935 100644 --- a/responses.md +++ b/responses.md @@ -65,7 +65,7 @@ Or, you may use the `withHeaders` method to specify an array of headers to be ad 'X-Header-Two' => 'Header Value', ]); -##### Cache Control Middleware +#### Cache Control Middleware Laravel includes a `cache.headers` middleware, which may be used to quickly set the `Cache-Control` header for a group of routes. If `etag` is specified in the list of directives, an MD5 hash of the response content will automatically be set as the ETag identifier: