-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdraft-dalal-deprecation-header-01.xml
645 lines (464 loc) · 37.1 KB
/
draft-dalal-deprecation-header-01.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.2.9 -->
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>
<?rfc toc="yes"?>
<?rfc tocindent="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<rfc docName="draft-dalal-deprecation-header-01" category="std">
<front>
<title>The Deprecation HTTP Header Field</title>
<author initials="S." surname="Dalal" fullname="Sanjay Dalal">
<organization></organization>
<address>
<email>[email protected]</email>
<uri>https://github.com/sdatspun2</uri>
</address>
</author>
<author initials="E." surname="Wilde" fullname="Erik Wilde">
<organization></organization>
<address>
<email>[email protected]</email>
<uri>http://dret.net/netdret</uri>
</address>
</author>
<date year="2019" month="June" day="17"/>
<abstract>
<t>The HTTP Deprecation response header field can be used to signal to consumers of a URI-identified resource that the resource has been deprecated. Additionally, the deprecation link relation can be used to link to a resource that provides additional context for the deprecation, and possibly ways in which clients can find a replacement for the deprecated resource.</t>
</abstract>
</front>
<middle>
<section anchor="introduction" title="Introduction">
<t>Deprecation of a URI-identified resource is a technique to communicate information about the lifecycle of a resource. It encourages applications to migrate away from the resource, discourages applications from forming new dependencies on the resource, and informs applications about the risk of continuing dependence upon the resource.</t>
<t>The act of deprecation does not change any behavior of the resource. It just informs client of the fact that a resource is deprecated. The Deprecation HTTP response header field MAY be used to convey this fact at runtime to clients. The header field can carry information indicating since when the deprecation is in effect.</t>
<t>In addition to the Deprecation header field the resource provider can use other header fields to convey additional information related to deprecation. For example, information such as where to find documentation related to the deprecation or what should be used as an alternate and when the deprecated resource would be unreachable, etc. Alternates of a resource can be similar resource(s) or a newer version of the same resource.</t>
<section anchor="notational-conventions" title="Notational Conventions">
<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
<t>This specification uses the Augmented Backus-Naur Form (ABNF) notation of <xref target="RFC5234"/> and includes, by reference, the HTTP-date rule as defined within Sections 3.2.6 and 7 of <xref target="RFC7230"/> and Section 7.1.1 of <xref target="RFC7231"/>.</t>
</section>
</section>
<section anchor="the-deprecation-http-response-header-field" title="The Deprecation HTTP Response Header Field">
<t>The <spanx style="verb">Deprecation</spanx> HTTP response header field allows a server to communicate to a client that the URI-identified resource in context of the message is or will be deprecated.</t>
<section anchor="syntax" title="Syntax">
<t>The <spanx style="verb">Deprecation</spanx> response header field describes the deprecation. It either shows 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), or it simply flags the resource context as being deprecated:</t>
<figure><artwork><![CDATA[
Deprecation = HTTP-date / "true"
]]></artwork></figure>
<t>Servers MUST NOT include more than one <spanx style="verb">Deprecation</spanx> header field in the same response.</t>
<t>The date, if present, is the date when the resource context was or will be deprecated. It is in the form of an HTTP-date timestamp, as defined in Section 7.1.1.1 of <xref target="RFC7231"/>.</t>
<t>The following example shows that the resource context has been deprecated on Friday, November 11, 2018 at 23:59:59 GMT:</t>
<figure><artwork><![CDATA[
Deprecation: Sun, 11 Nov 2018 23:59:59 GMT
]]></artwork></figure>
<t>The deprecation date can be in the future. If the value of <spanx style="verb">date</spanx> is in the future, it means that the resource will be deprecated at the given date in future.</t>
<t>If the deprecation date is not known, the header field can carry the simple string “true”, indicating that the resource context is deprecated, without indicating when that happened:</t>
<figure><artwork><![CDATA[
Deprecation: true
]]></artwork></figure>
</section>
</section>
<section anchor="the-deprecation-link-relation-type" title="The Deprecation Link Relation Type">
<t>In addition to the Deprecation HTTP header field, the server can use links with the “deprecation” link relation type to communicate to the client where to find more information about deprecation of the context. This can happen before the actual deprecation, to make a deprecation policy discoverable, or after deprecation, when there may be documentation about the deprecation, and possibly documentation of how to manage it.</t>
<t>This specification places no restrictions on the representation of the interlinked deprecation policy. In particular, the deprecation policy may be available as human-readable documentation or as machine-readable description.</t>
<section anchor="documentation" title="Documentation">
<t>For a URI-identified resource, deprecation could involve one or more parts of request, response or both. These parts could be one or more of the following.</t>
<t><list style="symbols">
<t>URI - deprecation of one ore more query parameter(s) or path element(s)</t>
<t>method - HTTP method for the resource is deprecated</t>
<t>request header - one or more HTTP request header(s) is deprecated</t>
<t>response header - HTTP response header(s) is deprecated</t>
<t>request body - request body contains one or more deprecated element(s)</t>
<t>response body - response body contains one or more deprecated element(s)</t>
</list></t>
<t>The purpose of the <spanx style="verb">Deprecation</spanx> header is to provide just enough “hints” about the deprecation to the client application developer. It is safe to assume that on reception of the <spanx style="verb">Deprecation</spanx> header, the client developer would look up the resource’s documentation in order to find deprecation related semantics. The resource developer could provide a link to the resource documentation using a <spanx style="verb">Link</spanx> header with relation type <spanx style="verb">deprecation</spanx> as shown below.</t>
<figure><artwork><![CDATA[
Link: <https://developer.example.com/deprecation>; rel="deprecation"; type="text/html"
]]></artwork></figure>
<t>In this example, the interlinked content provides additional information about the deprecation of the resource context. In this example, there is no Deprecation header field in the response, and thus the resource is not deprecated. However, the resource already exposes a link where information is available how deprecation is managed for the context. This may be documentation explaining the use of the Deprecation header field, and also explaining under which circumstances and with which policies (announcement before deprecation; continued operation after deprecation) deprecation might be happening.</t>
<t>The following example uses the same link header, but also announces a deprecation date using a Deprecation header field.</t>
<figure><artwork><![CDATA[
Deprecation: Sun, 11 Nov 2018 23:59:59 GMT
Link: <https://developer.example.com/deprecation>; rel="deprecation"; type="text/html"
]]></artwork></figure>
<t>Given that the deprecation date is in the past, the linked resource may have been updated to include information about the deprecation, allowing clients to discover information about the deprecation that happened.</t>
</section>
</section>
<section anchor="recommend-replacement" title="Recommend Replacement">
<t><spanx style="verb">Link</spanx> <xref target="RFC8288"/> header could be used in addition to the <spanx style="verb">Deprecation</spanx> header to recommend the client application about available alternates to the deprecated resource. Following relation types as defined in <xref target="RFC8288"/> are RECOMMENDED to use for the purpose.</t>
<t><list style="symbols">
<t><spanx style="verb">successor-version</spanx>: Points to a resource containing the successor version. <xref target="RFC5829"/></t>
<t><spanx style="verb">latest-version</spanx>: Points to a resource containing the latest (e.g., current) version. <xref target="RFC5829"/></t>
<t><spanx style="verb">alternate</spanx>: Designates a substitute. [W3C.REC-html401-19991224]</t>
</list></t>
<t>The following example provides link to the successor version of the requested resource that is deprecated.</t>
<figure><artwork><![CDATA[
Deprecation: Sun, 11 Nov 2018 23:59:59 GMT
Link: <https://api.example.com/v2/customers>; rel="successor-version"
]]></artwork></figure>
<t>This example provides link to an alternate resource to the requested resource that is deprecated.</t>
<figure><artwork><![CDATA[
Deprecation: Sun, 11 Nov 2018 23:59:59 GMT
Link: <https://api.example.com/v1/clients>; rel="alternate"
]]></artwork></figure>
</section>
<section anchor="sunset" title="Sunset">
<t>In addition to the deprecation related information, if the resource provider wants to convey to the client application that the deprecated resource is expected to become unresponsive at a specific point in time, the <xref target="RFC8594"/> header could be used in addition to the <spanx style="verb">Deprecation</spanx> header.</t>
<t>The following example shows that the resource in context has been deprecated since Friday, November 11, 2018 at 23:59:59 GMT and its sunset date is Friday, November 11, 2020 at 23:59:59 GMT.</t>
<figure><artwork><![CDATA[
Deprecation: Sun, 11 Nov 2018 23:59:59 GMT
Sunset: Wed, 11 Nov 2020 23:59:59 GMT
]]></artwork></figure>
</section>
<section anchor="resource-behavior" title="Resource Behavior">
<t>The act of deprecation does not change any behavior of the resource. Deprecated resources SHOULD keep functioning as before, allowing consumers to still use the resources in the same way as they did before the resources were declared deprecated.</t>
</section>
<section anchor="iana-considerations" title="IANA Considerations">
<section anchor="the-deprecation-response-header-field" title="The Deprecation Response Header Field">
<t>The <spanx style="verb">Deprecation</spanx> response header should be added to the permanent registry of message header fields (see <xref target="RFC3864"/>), taking into account the guidelines given by HTTP/1.1 <xref target="RFC7231"/>.</t>
<figure><artwork><![CDATA[
Header Field Name: Deprecation
Applicable Protocol: Hypertext Transfer Protocol (HTTP)
Status: Standard
Author: Sanjay Dalal <[email protected]>,
Erik Wilde <[email protected]>
Change controller: IETF
Specification document: this specification,
Section 2 "The Deprecation HTTP Response Header Field"
]]></artwork></figure>
</section>
<section anchor="the-deprecation-link-relation-type-1" title="The Deprecation Link Relation Type">
<t>The <spanx style="verb">deprecation</spanx> link relation type should be added to the permanent registry of link relation types according to Section 4.2 of <xref target="RFC8288"/>:</t>
<figure><artwork><![CDATA[
Relation Type: deprecation
Applicable Protocol: Hypertext Transfer Protocol (HTTP)
Status: Standard
Author: Sanjay Dalal <[email protected]>,
Erik Wilde <[email protected]>
Change controller: IETF
Specification document: this specification,
Section 3 "The Deprecation Link Relation Type"
]]></artwork></figure>
</section>
</section>
<section anchor="implementation-status" title="Implementation Status">
<t>Note to RFC Editor: Please remove this section before publication.</t>
<t>This section records the status of known implementations of the protocol defined by this specification at the time of posting of this Internet-Draft, and is based on a proposal described in <xref target="RFC7942"/>. The description of implementations in this section is intended to assist the IETF in its decision processes in progressing drafts to RFCs. Please note that the listing of any individual implementation here does not imply endorsement by the IETF. Furthermore, no effort has been spent to verify the information presented here that was supplied by IETF contributors. This is not intended as, and must not be construed to be, a catalog of available implementations or their features. Readers are advised to note that
other implementations may exist.</t>
<t>According to RFC 7942, “this will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature. It is up to the individual working groups to use this information as they see fit”.</t>
<t>Organization: Zapier</t>
<t>Description: Zapier uses two custom HTTP headers named <spanx style="verb">X-API-Deprecation-Date</spanx> and <spanx style="verb">X-API-Deprecation-Info</spanx></t>
<t>Reference: https://zapier.com/engineering/api-geriatrics/</t>
<t>Organization: IBM</t>
<t>IBM uses a custom HTTP header named <spanx style="verb">Deprecated</spanx></t>
<t>Reference: https://www.ibm.com/support/knowledgecenter/en/SS42VS_7.3.1/com.ibm.qradar.doc/c_rest_api_getting_started.html</t>
<t>Organization: Ultipro</t>
<t>Description: Ultipro uses the HTTP <spanx style="verb">Warning</spanx> header as described in Section 5.5 of <xref target="RFC7234"/> with code <spanx style="verb">299</spanx></t>
<t>Reference: https://connect.ultipro.com/api-deprecation</t>
<t>Organization: Clearbit</t>
<t>Description: Clearbit uses a custom HTTP header named <spanx style="verb">X-API-Warn</spanx></t>
<t>Reference: https://blog.clearbit.com/dealing-with-deprecation/</t>
<t>Organization: PayPal</t>
<t>Description: PayPal uses a custom HTTP header named <spanx style="verb">PayPal-Deprecated</spanx></t>
<t>Reference: https://github.com/paypal/api-standards/blob/master/api-style-guide.md#runtime</t>
</section>
<section anchor="security-considerations" title="Security Considerations">
<t>The Deprecation header field SHOULD be treated as a hint, meaning that the resource is indicating (and not guaranteeing with certainty) that it is deprecated. Applications consuming the resource SHOULD check the resource documentation to verify authenticity and accuracy. Resource documentation SHOULD provide additional information about the deprecation including recommendation(s) for replacement.</t>
<t>In cases, where the Deprecation header field value is a date in future, it can lead to information that otherwise might not be available. Therefore, applications consuming the resource SHOULD verify the resource documentation and if possible, consult the resource developer to discuss potential impact due to deprecation and plan for possible transition to recommended resource.</t>
<t>In cases where <spanx style="verb">Link</spanx> header is used to provide more documentation and/or recommendation for replacement, one should assume that the content of the <spanx style="verb">Link</spanx> header field may not be secure, private or integrity-guaranteed, and due caution should be exercised when using it. Applications consuming the resource SHOULD check the referred resource documentation to verify authenticity and accuracy.</t>
<t>The suggested <spanx style="verb">Link</spanx> header fields make extensive use of IRIs and URIs. See <xref target="RFC3987"/> for security considerations relating to IRIs. See <xref target="RFC3986"/> for security considerations relating to URIs. See <xref target="RFC7230"/> for security considerations relating to HTTP headers.</t>
<t>Applications that take advantage of typed links should consider the attack vectors opened by automatically following, trusting, or otherwise using links gathered from the HTTP headers. In particular, Link headers that use the <spanx style="verb">successor-version</spanx>, <spanx style="verb">latest-version</spanx> or <spanx style="verb">alternate</spanx> relation types should be treated with due caution. See <xref target="RFC5829"/> for security considerations relating to these link relation types.</t>
</section>
<section anchor="examples" title="Examples">
<t>The first example shows a deprecation header field without date information:</t>
<figure><artwork><![CDATA[
Deprecation: true
]]></artwork></figure>
<t>The second example shows a deprecation header with date information and a link to the successor version:</t>
<figure><artwork><![CDATA[
Deprecation: Sun, 11 Nov 2018 23:59:59 GMT
Link: <https://api.example.com/v2/customers>; rel="successor-version"
]]></artwork></figure>
<t>The third example shows a deprecation header field with links for the successor version and for the API’s deprecation policy. In addition, it shows the sunset date for the deprecated resource:</t>
<figure><artwork><![CDATA[
Deprecation: Sun, 11 Nov 2018 23:59:59 GMT
Sunset: Wed, 11 Nov 2020 23:59:59 GMT
Link: <https://api.example.com/v2/customers>; rel="successor-version", <https://developer.example.com/deprecation>; rel="deprecation"
]]></artwork></figure>
</section>
</middle>
<back>
<references title='Normative References'>
<reference anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>
<reference anchor="RFC8174" target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<abstract><t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>
<reference anchor="RFC5234" target='https://www.rfc-editor.org/info/rfc5234'>
<front>
<title>Augmented BNF for Syntax Specifications: ABNF</title>
<author initials='D.' surname='Crocker' fullname='D. Crocker' role='editor'><organization /></author>
<author initials='P.' surname='Overell' fullname='P. Overell'><organization /></author>
<date year='2008' month='January' />
<abstract><t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='68'/>
<seriesInfo name='RFC' value='5234'/>
<seriesInfo name='DOI' value='10.17487/RFC5234'/>
</reference>
<reference anchor="RFC7230" target='https://www.rfc-editor.org/info/rfc7230'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</title>
<author initials='R.' surname='Fielding' fullname='R. Fielding' role='editor'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke' role='editor'><organization /></author>
<date year='2014' month='June' />
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document provides an overview of HTTP architecture and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the HTTP/1.1 message syntax and parsing requirements, and describes related security concerns for implementations.</t></abstract>
</front>
<seriesInfo name='RFC' value='7230'/>
<seriesInfo name='DOI' value='10.17487/RFC7230'/>
</reference>
<reference anchor="RFC7231" target='https://www.rfc-editor.org/info/rfc7231'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title>
<author initials='R.' surname='Fielding' fullname='R. Fielding' role='editor'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke' role='editor'><organization /></author>
<date year='2014' month='June' />
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless \%application- level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation.</t></abstract>
</front>
<seriesInfo name='RFC' value='7231'/>
<seriesInfo name='DOI' value='10.17487/RFC7231'/>
</reference>
<reference anchor="RFC8288" target='https://www.rfc-editor.org/info/rfc8288'>
<front>
<title>Web Linking</title>
<author initials='M.' surname='Nottingham' fullname='M. Nottingham'><organization /></author>
<date year='2017' month='October' />
<abstract><t>This specification defines a model for the relationships between resources on the Web ("links") and the type of those relationships ("link relation types").</t><t>It also defines the serialisation of such links in HTTP headers with the Link header field.</t></abstract>
</front>
<seriesInfo name='RFC' value='8288'/>
<seriesInfo name='DOI' value='10.17487/RFC8288'/>
</reference>
<reference anchor="RFC3864" target='https://www.rfc-editor.org/info/rfc3864'>
<front>
<title>Registration Procedures for Message Header Fields</title>
<author initials='G.' surname='Klyne' fullname='G. Klyne'><organization /></author>
<author initials='M.' surname='Nottingham' fullname='M. Nottingham'><organization /></author>
<author initials='J.' surname='Mogul' fullname='J. Mogul'><organization /></author>
<date year='2004' month='September' />
<abstract><t>This specification defines registration procedures for the message header fields used by Internet mail, HTTP, Netnews and other applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='90'/>
<seriesInfo name='RFC' value='3864'/>
<seriesInfo name='DOI' value='10.17487/RFC3864'/>
</reference>
<reference anchor="RFC7234" target='https://www.rfc-editor.org/info/rfc7234'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Caching</title>
<author initials='R.' surname='Fielding' fullname='R. Fielding' role='editor'><organization /></author>
<author initials='M.' surname='Nottingham' fullname='M. Nottingham' role='editor'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke' role='editor'><organization /></author>
<date year='2014' month='June' />
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless \%application- level protocol for distributed, collaborative, hypertext information systems. This document defines HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages.</t></abstract>
</front>
<seriesInfo name='RFC' value='7234'/>
<seriesInfo name='DOI' value='10.17487/RFC7234'/>
</reference>
<reference anchor="RFC3987" target='https://www.rfc-editor.org/info/rfc3987'>
<front>
<title>Internationalized Resource Identifiers (IRIs)</title>
<author initials='M.' surname='Duerst' fullname='M. Duerst'><organization /></author>
<author initials='M.' surname='Suignard' fullname='M. Suignard'><organization /></author>
<date year='2005' month='January' />
<abstract><t>This document defines a new protocol element, the Internationalized Resource Identifier (IRI), as a complement of the Uniform Resource Identifier (URI). An IRI is a sequence of characters from the Universal Character Set (Unicode/ISO 10646). A mapping from IRIs to URIs is defined, which means that IRIs can be used instead of URIs, where appropriate, to identify resources.</t><t> The approach of defining a new protocol element was chosen instead of extending or changing the definition of URIs. This was done in order to allow a clear distinction and to avoid incompatibilities with existing software. Guidelines are provided for the use and deployment of IRIs in various protocols, formats, and software components that currently deal with URIs.</t></abstract>
</front>
<seriesInfo name='RFC' value='3987'/>
<seriesInfo name='DOI' value='10.17487/RFC3987'/>
</reference>
<reference anchor="RFC3986" target='https://www.rfc-editor.org/info/rfc3986'>
<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author initials='T.' surname='Berners-Lee' fullname='T. Berners-Lee'><organization /></author>
<author initials='R.' surname='Fielding' fullname='R. Fielding'><organization /></author>
<author initials='L.' surname='Masinter' fullname='L. Masinter'><organization /></author>
<date year='2005' month='January' />
<abstract><t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='66'/>
<seriesInfo name='RFC' value='3986'/>
<seriesInfo name='DOI' value='10.17487/RFC3986'/>
</reference>
</references>
<references title='Informative References'>
<reference anchor="RFC5829" target='https://www.rfc-editor.org/info/rfc5829'>
<front>
<title>Link Relation Types for Simple Version Navigation between Web Resources</title>
<author initials='A.' surname='Brown' fullname='A. Brown'><organization /></author>
<author initials='G.' surname='Clemm' fullname='G. Clemm'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke' role='editor'><organization /></author>
<date year='2010' month='April' />
<abstract><t>This specification defines a set of link relation types that may be used on Web resources for navigation between a resource and other resources related to version control, such as past versions and working copies. This document is not an Internet Standards Track specification; it is published for informational purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='5829'/>
<seriesInfo name='DOI' value='10.17487/RFC5829'/>
</reference>
<reference anchor="RFC8594" target='https://www.rfc-editor.org/info/rfc8594'>
<front>
<title>The Sunset HTTP Header Field</title>
<author initials='E.' surname='Wilde' fullname='E. Wilde'><organization /></author>
<date year='2019' month='May' />
<abstract><t>This specification defines the Sunset HTTP response header field, which indicates that a URI is likely to become unresponsive at a specified point in the future. It also defines a sunset link relation type that allows linking to resources providing information about an upcoming resource or service sunset.</t></abstract>
</front>
<seriesInfo name='RFC' value='8594'/>
<seriesInfo name='DOI' value='10.17487/RFC8594'/>
</reference>
<reference anchor="RFC7942" target='https://www.rfc-editor.org/info/rfc7942'>
<front>
<title>Improving Awareness of Running Code: The Implementation Status Section</title>
<author initials='Y.' surname='Sheffer' fullname='Y. Sheffer'><organization /></author>
<author initials='A.' surname='Farrel' fullname='A. Farrel'><organization /></author>
<date year='2016' month='July' />
<abstract><t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t><t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t></abstract>
</front>
<seriesInfo name='BCP' value='205'/>
<seriesInfo name='RFC' value='7942'/>
<seriesInfo name='DOI' value='10.17487/RFC7942'/>
</reference>
</references>
<section anchor="acknowledgments" title="Acknowledgments">
<t>The authors would like to thank Mark Nottingham and Nikhil Kolekar for reviewing this specification.</t>
<t>The authors take all responsibility for errors and omissions.</t>
</section>
</back>
<!-- ##markdown-source:
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
zRu3geBU2mS/zKVGJpAJ/wuZ0nLdRDoAAA==
-->
</rfc>