go/src/pkg/url
Russ Cox 686181edfe url: handle ; in ParseQuery
Most web frameworks allow ; as a synonym for &,
following a recommendation in some versions of
the HTML specification.  Do the same.

Remove overuse of Split.

Move ParseQuery tests from package http to package url.

Fixes #2210.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4973062
2011-09-06 12:24:24 -04:00
..
Makefile
url.go url: handle ; in ParseQuery 2011-09-06 12:24:24 -04:00
url_test.go url: handle ; in ParseQuery 2011-09-06 12:24:24 -04:00