Skip to content

Commit

Permalink
#34 changes per @reschke comment 197ca56#r146538352
Browse files Browse the repository at this point in the history
  • Loading branch information
sdatspun2 committed Sep 11, 2024
1 parent 197ca56 commit aad383b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions draft-ietf-httpapi-deprecation-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ The `Deprecation` HTTP response header field allows a server to communicate to a

## Syntax

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`.
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 field [STRUCTURED-FIELDS]. Its value MUST be a Date (Section 3.3.7 of [STRUCTURED-FIELDS]).

"Deprecation = sf-date"

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

Expand Down

0 comments on commit aad383b

Please sign in to comment.