diff options
author | Loïc Hoguin <[email protected]> | 2020-02-08 15:11:29 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2020-02-08 15:32:46 +0100 |
commit | 2ea1313763bff02cf406e3cee4f8795cb6318eea (patch) | |
tree | 17ecf90f9353a36c688b3fb6793eae18a5b41dda /doc/src/guide/specs.asciidoc | |
parent | 3ec0cd8b8d3d049ddd2506d7227b4e9647a215e8 (diff) | |
download | cowboy-2ea1313763bff02cf406e3cee4f8795cb6318eea.tar.gz cowboy-2ea1313763bff02cf406e3cee4f8795cb6318eea.tar.bz2 cowboy-2ea1313763bff02cf406e3cee4f8795cb6318eea.zip |
Add Trace Context to the list of specs
Diffstat (limited to 'doc/src/guide/specs.asciidoc')
-rw-r--r-- | doc/src/guide/specs.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/guide/specs.asciidoc b/doc/src/guide/specs.asciidoc index 1b8f431..c2d2a00 100644 --- a/doc/src/guide/specs.asciidoc +++ b/doc/src/guide/specs.asciidoc @@ -95,6 +95,7 @@ for or related to HTTP. * https://tools.ietf.org/html/rfc8594[RFC 8594]: The Sunset HTTP Header Field * https://tools.ietf.org/html/rfc8673[RFC 8673]: HTTP Random Access and Live Content * https://tools.ietf.org/html/rfc8674[RFC 8674]: The "safe" HTTP Preference +* https://www.w3.org/TR/trace-context/[Trace Context]: Trace Context * https://www.w3.org/TR/webmention/[Webmention]: Webmention ==== Upcoming |