diff options
author | Loïc Hoguin <[email protected]> | 2018-02-09 18:15:37 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-02-09 18:15:37 +0100 |
commit | cbd64e617ad6e0c14de3f7e2530105c4deaffc2a (patch) | |
tree | ee97a4ec58cd84962932dd8101a9e0b8967cfe96 /doc/src/guide/specs.asciidoc | |
parent | 50fd64ec34abd6e8555a6c6cb08988f9353bf318 (diff) | |
download | cowboy-cbd64e617ad6e0c14de3f7e2530105c4deaffc2a.tar.gz cowboy-cbd64e617ad6e0c14de3f7e2530105c4deaffc2a.tar.bz2 cowboy-cbd64e617ad6e0c14de3f7e2530105c4deaffc2a.zip |
Add link to the PROXY protocol to the specs
It's very relevant even though I will probably not implement it.
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 87f9126..93f3ac2 100644 --- a/doc/src/guide/specs.asciidoc +++ b/doc/src/guide/specs.asciidoc @@ -30,6 +30,7 @@ for or related to HTTP. * http://www.w3.org/TR/eventsource/[eventsource]: Server-Sent Events * https://www.w3.org/TR/html4/interact/forms.html#h-17.13.4[Form content types]: Form content types * https://www.w3.org/TR/preload/[Preload]: Preload +* https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt[PROXY]: The PROXY protocol * http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm[REST]: Fielding's Dissertation * https://tools.ietf.org/html/rfc1945[RFC 1945]: HTTP/1.0 * https://tools.ietf.org/html/rfc1951[RFC 1951]: DEFLATE Compressed Data Format Specification version 1.3 |