Skip to content

Commit ad221b5

Browse files
authored
Merge pull request #1 from reschke/patch-1
Cleanup appendix structure
2 parents 4bdcd9e + 7965b26 commit ad221b5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

draft-ietf-httpapi-idempotency-key-header.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -325,19 +325,18 @@ Second example shows an idempotency-key header field with key value using some r
325325

326326
--- back
327327

328+
# Imported ABNF
328329

329-
# Acknowledgments
330-
331-
The authors would like to thank Mark Nottingham for his support for this Internet Draft. We would like to acknowledge that this draft is inspired by Idempotency related patterns described in API documentation of [PayPal](https://github.com/paypal/api-standards/blob/master/patterns.md#idempotency) and [Stripe](https://stripe.com/docs/idempotency) as well as Internet Draft on [POST Once Exactly](https://tools.ietf.org/html/draft-nottingham-http-poe-00) authored by Mark Nottingham.
330+
The following core rules are included by reference, as defined in Appendix B.1 of {{!RFC5234}}: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG (hexadecimal 0-9/A-F/a-f), LF (line feed), OCTET (any 8-bit sequence of data), SP (space), and VCHAR (any visible US-ASCII character).
332331

333-
The authors take all responsibility for errors and omissions.
332+
The rules below are defined in {{!RFC7230}}:
334333

335-
# Appendix
334+
obs-text = <obs-text, see [RFC7230], Section 3.2.6>
336335

337-
## Appendix A. Imported ABNF
336+
# Acknowledgments
337+
{:numbered="false"}
338338

339-
The following core rules are included by reference, as defined in Appendix B.1 of {{!RFC5234}}: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG (hexadecimal 0-9/A-F/a-f), LF (line feed), OCTET (any 8-bit sequence of data), SP (space), and VCHAR (any visible US-ASCII character).
339+
The authors would like to thank Mark Nottingham for his support for this Internet Draft. We would like to acknowledge that this draft is inspired by Idempotency related patterns described in API documentation of [PayPal](https://github.com/paypal/api-standards/blob/master/patterns.md#idempotency) and [Stripe](https://stripe.com/docs/idempotency) as well as Internet Draft on [POST Once Exactly](https://tools.ietf.org/html/draft-nottingham-http-poe-00) authored by Mark Nottingham.
340340

341-
The rules below are defined in {{!RFC7230}}:
341+
The authors take all responsibility for errors and omissions.
342342

343-
obs-text = <obs-text, see [RFC7230], Section 3.2.6>

0 commit comments

Comments
 (0)