Commit graph

6 commits

Author SHA1 Message Date
Kim Alvefur
3e30870220 util.http: Fix decoding of uppercase URL encoded chars
Broken in 1af5106a2c34
2019-01-16 13:53:04 +01:00
Kim Alvefur
37374ae95e util.http: Pre-generate urlencoding mappings (optimization)
Function calls are more expensive than table lookups
2019-01-06 10:39:33 +01:00
Kim Alvefur
0247a0e904 mod_http: Move normalize_path to util.http 2018-10-14 14:31:59 +02:00
Matthew Wild
bc590ea5dc util.http: Refactor and import all necessary functions 2013-04-12 20:26:35 +01:00
Matthew Wild
8994b3afd1 net.http, util.http: Move definitions of urlencode/decode and formencode/decode to util.http (possible to use them without unnecessary network-related dependencies) 2013-04-11 17:32:59 +01:00
Florian Zeitz
a729bf17e2 util.http: New module for HTTP helper functions 2013-01-12 16:55:39 +01:00