You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registries/_format/http-date.md
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,12 @@ base_type: string
6
6
layout: default
7
7
---
8
8
9
-
# <ahref="..">{{ page.collection }}</a>
10
-
11
-
## {{ page.slug }} - {{ page.description }}
12
-
13
-
Base type: `{{ page.base_type }}`.
14
-
9
+
{% capture summary %}
15
10
The `{{page.slug}}` format represents a date and time as defined by HTTP-date - [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231#section-7.1.1.1).
16
11
17
12
Example: "Sun, 06 Nov 1994 08:49:37 GMT"
18
13
19
14
This is the format for dates passed in HTTP headers.
0 commit comments