• Steve Newman's avatar
    Fixes to URL functionality: · da0a5825
    Steve Newman authored
    - Extend http.URLUnescape to convert '+' to space
    - Add http.URLEscape
    - Rename URL.Query to EncodedQuery (and stop decoding it, as decoding this field
      before separating key/value pairs loses important information)
    - Report a clean error on incomplete hex escapes
    - Update existing tests, add new ones
    
    APPROVED=rsc
    DELTA=293  (256 added, 3 deleted, 34 changed)
    OCL=29685
    CL=29759
    da0a5825
Name
Last commit
Last update
..
Makefile Loading commit data...
fs.go Loading commit data...
request.go Loading commit data...
server.go Loading commit data...
status.go Loading commit data...
triv.go Loading commit data...
url.go Loading commit data...
url_test.go Loading commit data...