]> Cypherpunks repositories - gostls13.git/commit
net/http: update Response.Trailer doc
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 17 Dec 2015 01:39:28 +0000 (01:39 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 17 Dec 2015 02:46:04 +0000 (02:46 +0000)
commit64de502caa3f89560756f1fa8534c665cca9ea6c
tree120d726d03228b26e3018d3372763d57f5ebb08a
parent8350e065568c9b9885c136bbda0b38f1f9acbb38
net/http: update Response.Trailer doc

I updated this in the previous commit (https://golang.org/cl/17931)
but noticed a typo. and it still wasn't great.

The Go 1.5 text was too brief to know how to use it:

    // Trailer maps trailer keys to values, in the same
    // format as the header.

Change-Id: I33c49b6a4a7a3596735a4cc7865ad625809da900
Reviewed-on: https://go-review.googlesource.com/17932
Reviewed-by: Russ Cox <rsc@golang.org>
src/net/http/response.go