ContentType returns the MIME time that this Codec emits.
()
| 19 | type Codec interface { |
| 20 | // ContentType returns the MIME time that this Codec emits. |
| 21 | ContentType() MIMEType |
| 22 | |
| 23 | // CanEncode determines if this Codec can encode resp. |
| 24 | CanEncode(resp *Response) bool |
no outgoing calls
no test coverage detected