AcceptEncoding returns the Accept-Encoding request header.
()
| 226 | AcceptLanguage() string |
| 227 | // AcceptEncoding returns the Accept-Encoding request header. |
| 228 | AcceptEncoding() string |
| 229 | // HasHeader reports whether the request includes a header with the given key. |
| 230 | HasHeader(key string) bool |
| 231 | // MediaType returns the MIME type from the Content-Type header without parameters. |
no outgoing calls