mirror of https://github.com/golang/go.git
parent
96cbdd62b6
commit
d0459447fa
|
|
@ -71,7 +71,7 @@ type Request struct {
|
||||||
ProtoMajor int // 1
|
ProtoMajor int // 1
|
||||||
ProtoMinor int // 0
|
ProtoMinor int // 0
|
||||||
|
|
||||||
// A header is a mapping of request lines to their values.
|
// A header maps 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