We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7058b03 commit 8f8840dCopy full SHA for 8f8840d
lib/HTTP/Status.pm
@@ -124,6 +124,7 @@ sub is_cacheable_by_default ($) { $_[0] &&
124
|| $_[0] == 414 # Request-URI Too Large
125
|| $_[0] == 501 # Not Implemented
126
); }
127
+
128
1;
129
130
@@ -277,7 +278,7 @@ This function is B<not> exported by default.
277
278
Return TRUE if C<$code> indicates that a response is cacheable by default, and
279
it can be reused by a cache with heuristic expiration. All other status codes
280
are not cacheable by default. See L<RFC 7231 - HTTP/1.1 Semantics and Content,
-Section 6.1. Overview of Status Codes>
281
+Section 6.1. Overview of Status Codes|https://tools.ietf.org/html/rfc7231#section-6.1>.
282
283
This function is B<not> exported by default.
284
0 commit comments