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

Commit aad383b

Browse files
committed
#34 changes per @reschke comment 197ca56#r146538352
1 parent 197ca56 commit aad383b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

draft-ietf-httpapi-deprecation-header.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ 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). `Deprecation` is an Item Structured Header, refer to Section 3.3.7 of [STRUCTURED-FIELDS] for `sf-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).
77+
78+
`Deprecation` is an Item Structured header field [STRUCTURED-FIELDS]. Its value MUST be a Date (Section 3.3.7 of [STRUCTURED-FIELDS]).
7779

78-
"Deprecation = sf-date"
7980

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

0 commit comments

Comments
 (0)