ContentEncoding returns content encoding name of the Encoding.
()
| 28 | |
| 29 | // ContentEncoding returns content encoding name of the Encoding. |
| 30 | func (enc Encoding) ContentEncoding() string { |
| 31 | return string(enc) |
| 32 | } |
| 33 | |
| 34 | // DigestHeaderName returns the name of HTTP header that carries integrity proofs. |
| 35 | func (enc Encoding) DigestHeaderName() string { |
no outgoing calls
no test coverage detected