mirror of
https://github.com/golang/go
synced 2024-11-22 12:24:47 -07:00
http: fix typo in http.Request documentation
R=golang-dev, r CC=golang-dev https://golang.org/cl/2004044
This commit is contained in:
parent
c560c8a9c3
commit
e5518feaf8
@ -71,7 +71,7 @@ type Request struct {
|
|||||||
ProtoMajor int // 1
|
ProtoMajor int // 1
|
||||||
ProtoMinor int // 0
|
ProtoMinor int // 0
|
||||||
|
|
||||||
// A header mapping request lines to their values.
|
// A header is a mapping of request lines to their values.
|
||||||
// If the header says
|
// If the header says
|
||||||
//
|
//
|
||||||
// accept-encoding: gzip, deflate
|
// accept-encoding: gzip, deflate
|
||||||
|
Loading…
Reference in New Issue
Block a user