]> Cypherpunks repositories - gostls13.git/commit
net/http: document Request.URL
authorRick Arnold <rickarnoldjr@gmail.com>
Wed, 2 Jan 2013 22:37:27 +0000 (17:37 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 2 Jan 2013 22:37:27 +0000 (17:37 -0500)
commit948f0b7a0bf2030bd927ccab7446324ed684d43f
tree06d6b2d25815688631b108d9f7e5b2b2ef9678ac
parent15f2c01f44533112ab8afa82a2f011e6ceea6650
net/http: document Request.URL

Request.URL had no documentation before and some people were expecting all fields to be populated.

Fixes #3805.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7008046
src/pkg/net/http/request.go