<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.omfa.de/prosody-hg/</link>
    <language>en-us</language>

    <title>prosody-hg: util/http.lua history</title>
    <description>util/http.lua revision history</description>
    <item>
    <title>various: Do not mutate loop variables as they are treated as const in Lua 5.5</title>
    <link>http://hg.omfa.de/prosody-hg/log/a4c47203a9eb/util/http.lua</link>
    <description><![CDATA[various: Do not mutate loop variables as they are treated as const in Lua 5.5<br/>
<br/>
Loop variables are treated as &lt;const&gt; in Lua 5.5 and can't be modified<br/>
without declaring another local.<br/>
<br/>
Ref https://github.com/lua/lua/commit/b2f7b3b79f3117885b265575f6c5dbf934757797]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 23 Feb 2024 18:44:13 +0100</pubDate>
</item>
<item>
    <title>util.http: Implement parser for RFC 7239 Forwarded header</title>
    <link>http://hg.omfa.de/prosody-hg/log/f15e23840780/util/http.lua</link>
    <description><![CDATA[util.http: Implement parser for RFC 7239 Forwarded header<br/>
<br/>
Standardized and structured replacement for the X-Forwarded-For,<br/>
X-Forwarded-Proto set of headers.<br/>
<br/>
Notably, this allows per-hop protocol information, unlike<br/>
X-Forwarded-Proto which is always a single value for some reason.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 03 Jun 2023 16:15:52 +0200</pubDate>
</item>
<item>
    <title>util.http: Fix decoding of uppercase URL encoded chars</title>
    <link>http://hg.omfa.de/prosody-hg/log/ff88b03c343f/util/http.lua</link>
    <description><![CDATA[util.http: Fix decoding of uppercase URL encoded chars<br/>
<br/>
Broken in 1af5106a2c34]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 16 Jan 2019 13:53:04 +0100</pubDate>
</item>
<item>
    <title>util.http: Pre-generate urlencoding mappings (optimization)</title>
    <link>http://hg.omfa.de/prosody-hg/log/1af5106a2c34/util/http.lua</link>
    <description><![CDATA[util.http: Pre-generate urlencoding mappings (optimization)<br/>
<br/>
Function calls are more expensive than table lookups]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 06 Jan 2019 10:39:33 +0100</pubDate>
</item>
<item>
    <title>mod_http: Move normalize_path to util.http</title>
    <link>http://hg.omfa.de/prosody-hg/log/cfbea3064aa9/util/http.lua</link>
    <description><![CDATA[mod_http: Move normalize_path to util.http]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 14 Oct 2018 14:31:59 +0200</pubDate>
</item>
<item>
    <title>util.http: Refactor and import all necessary functions</title>
    <link>http://hg.omfa.de/prosody-hg/log/34bfd26525f5/util/http.lua</link>
    <description><![CDATA[util.http: Refactor and import all necessary functions]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 12 Apr 2013 20:26:35 +0100</pubDate>
</item>
<item>
    <title>net.http, util.http: Move definitions of urlencode/decode and formencode/decode to util.http (possible to use them without unnecessary network-related dependencies)</title>
    <link>http://hg.omfa.de/prosody-hg/log/84162b81c863/util/http.lua</link>
    <description><![CDATA[net.http, util.http: Move definitions of urlencode/decode and formencode/decode to util.http (possible to use them without unnecessary network-related dependencies)]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 11 Apr 2013 17:32:59 +0100</pubDate>
</item>
<item>
    <title>util.http: New module for HTTP helper functions</title>
    <link>http://hg.omfa.de/prosody-hg/log/cc9d460aa779/util/http.lua</link>
    <description><![CDATA[util.http: New module for HTTP helper functions]]></description>
    <author>&#70;&#108;&#111;&#114;&#105;&#97;&#110;&#32;&#90;&#101;&#105;&#116;&#122;&#32;&#60;&#102;&#108;&#111;&#114;&#111;&#98;&#64;&#98;&#97;&#98;&#101;&#108;&#109;&#111;&#110;&#107;&#101;&#121;&#115;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sat, 12 Jan 2013 16:55:39 +0100</pubDate>
</item>

  </channel>
</rss>
