]> Cypherpunks repositories - gostls13.git/commit
net/url: add example of using URL.Opaque with http.Request
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Nov 2014 22:27:27 +0000 (14:27 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Nov 2014 22:27:27 +0000 (14:27 -0800)
commit38ea0ae05f1f2839949ca491a3541ada0e4c1211
tree1b02e072ad4a0e6231927410cc2e42e6734c682e
parent1a60ea1c01a627f4a0852fd0f4a37ba2c0eabc3c
net/url: add example of using URL.Opaque with http.Request

Per private thread soliciting help. I realized part of this is
documented in several places, but we lacked a unifying
example.

LGTM=rsc
R=golang-codereviews
CC=adg, golang-codereviews, iant, rsc
https://golang.org/cl/171620043
src/net/url/example_test.go