aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-06-03 16:15:52 +0200
committerKim Alvefur <zash@zash.se>2023-06-03 16:15:52 +0200
commit99906e5b9c212beaf6cbc21580d67a5806fa4f24 (patch)
tree17f8ef39c3d86523c5fb0d3e28a10e87ff0df706 /doc
parent517f20b5230586df9baee3afb47982a54478d074 (diff)
downloadprosody-99906e5b9c212beaf6cbc21580d67a5806fa4f24.tar.gz
prosody-99906e5b9c212beaf6cbc21580d67a5806fa4f24.zip
util.http: Implement parser for RFC 7239 Forwarded header
Standardized and structured replacement for the X-Forwarded-For, X-Forwarded-Proto set of headers. Notably, this allows per-hop protocol information, unlike X-Forwarded-Proto which is always a single value for some reason.
Diffstat (limited to 'doc')
-rw-r--r--doc/doap.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml
index dc4dcebc..af9711f5 100644
--- a/doc/doap.xml
+++ b/doc/doap.xml
@@ -56,6 +56,7 @@
<implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc6901"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc7233"/>
+ <implements rdf:resource="https://www.rfc-editor.org/info/rfc7239"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/>