Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 1db97e6

Browse files
committed
1 parent 450ff8d commit 1db97e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-ietf-httpapi-deprecation-header.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In addition to the Deprecation header field, the resource provider can use other
6363

6464
{::boilerplate bcp14-tagged}
6565

66-
This document uses the terminology from Section 3 of [STRUCTURED-FIELDS] to specify syntax and parsing of Date.
66+
This document uses "Structured Field Values for HTTP" ([STRUCTURED-FIELDS]) to specify syntax and parsing of date values.
6767

6868
The term "resource" is to be interpreted as defined in {{Section 3.1 of HTTP}}.
6969

@@ -73,9 +73,9 @@ The `Deprecation` HTTP response header field allows a server to communicate to a
7373

7474
## Syntax
7575

76-
The `Deprecation` response header field describes the deprecation of the resource identified with the response it occurred within (see {{Section 6.4.2 of HTTP}}). It conveys the deprecation date, which may be in the future (the resource context will be deprecated at that date) or in the past (the resource context has been deprecated at that date).
76+
The `Deprecation` response header field describes the deprecation of the resource identified with the response it occurred within (see {{Section 6.4.2 of HTTP}}). It conveys the deprecation date, which may be in the future (the resource context will be deprecated at that date) or in the past (the resource context has been deprecated at that date).
7777

78-
`Deprecation` is an Item Structured header field [STRUCTURED-FIELDS]. Its value MUST be a Date (Section 3.3.7 of [STRUCTURED-FIELDS]).
78+
`Deprecation` is an Item Structured Header Field; its value MUST be a Date as per {{Section 3.3.7 of STRUCTURED-FIELDS}}.
7979

8080

8181
The following example shows that the resource context has been deprecated on Friday, June 30, 2023 at 23:59:59 UTC:

0 commit comments

Comments
 (0)