Add link to Building Protocols with HTTP

In a recent api-sig meeting it was decided that we should link
to this document as a good introduction and commentary on best
practices.

Change-Id: I662ed5c9c21a6eafb74cd1e224bf8c8953a556b6
This commit is contained in:
Chris Dent 2018-08-30 18:09:33 +01:00
parent b6d58a3f7f
commit e19e114c80
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ http://docs.openstack.org/infra/manual/developers.html
.. note::
Where this guidance is incomplete or ambiguous, refer to the HTTP
RFCs—:rfc:`7230`, :rfc:`7231`, :rfc:`7232`, :rfc:`7233`, :rfc:`7234`, and
:rfc:`7235`—as the ultimate authority.
:rfc:`7235`—as the ultimate authority. For advice on effectively using
HTTP in APIs see `Building Protocols with
HTTP <https://tools.ietf.org/id/draft-ietf-httpbis-bcp56bis-06.html>`_.
Guidelines
----------