Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.http: Fix decoding of uppercase URL encoded chars | Kim Alvefur | 2019-01-16 | 1 | -0/+1 |
| | | | | Broken in 1af5106a2c34 | ||||
* | util.http: Pre-generate urlencoding mappings (optimization) | Kim Alvefur | 2019-01-06 | 1 | -10/+11 |
| | | | | Function calls are more expensive than table lookups | ||||
* | mod_http: Move normalize_path to util.http | Kim Alvefur | 2018-10-14 | 1 | -0/+11 |
| | |||||
* | util.http: Refactor and import all necessary functions | Matthew Wild | 2013-04-12 | 1 | -9/+13 |
| | |||||
* | net.http, util.http: Move definitions of urlencode/decode and ↵ | Matthew Wild | 2013-04-11 | 1 | -0/+45 |
| | | | | formencode/decode to util.http (possible to use them without unnecessary network-related dependencies) | ||||
* | util.http: New module for HTTP helper functions | Florian Zeitz | 2013-01-12 | 1 | -0/+15 |