]> Cypherpunks repositories - gostls13.git/commit
net/http/httputil: clarify where DumpRequest(Out)? can be used.
authorAaron Jacobs <jacobsa@google.com>
Wed, 14 Oct 2015 23:25:56 +0000 (10:25 +1100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Oct 2015 23:37:12 +0000 (23:37 +0000)
commit9f60a0a2b01c9d1079ea8991125b471cdaa7eb56
tree7b9406a42f1f7b2410bcd46358a114ef8330b293
parent07314714c0dc11b690772d3f4c3a582686340961
net/http/httputil: clarify where DumpRequest(Out)? can be used.

The clues to this were already there, but as a user I was still unsure.
Make this more explicit.

Change-Id: I68564f3498dcd4897772a303588f03a6b65f111d
Reviewed-on: https://go-review.googlesource.com/15172
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/httputil/dump.go