aboutsummaryrefslogtreecommitdiffstats
path: root/util/http.lua
Commit message (Expand)AuthorAgeFilesLines
* util.http: Implement parser for RFC 7239 Forwarded headerKim Alvefur2023-06-031-0/+33
* util.http: Fix decoding of uppercase URL encoded charsKim Alvefur2019-01-161-0/+1
* util.http: Pre-generate urlencoding mappings (optimization)Kim Alvefur2019-01-061-10/+11
* mod_http: Move normalize_path to util.httpKim Alvefur2018-10-141-0/+11
* util.http: Refactor and import all necessary functionsMatthew Wild2013-04-121-9/+13
* net.http, util.http: Move definitions of urlencode/decode and formencode/deco...Matthew Wild2013-04-111-0/+45
* util.http: New module for HTTP helper functionsFlorian Zeitz2013-01-121-0/+15