Deprecated: use HasContentType instead.
(mediaType string, charset ...string)
| 725 | |
| 726 | // Deprecated: use HasContentType instead. |
| 727 | func (r *Response) ContentType(mediaType string, charset ...string) *Response { |
| 728 | return r.HasContentType(mediaType, charset...) |
| 729 | } |
| 730 | |
| 731 | // Deprecated: use HasContentEncoding instead. |
| 732 | func (r *Response) ContentEncoding(encoding ...string) *Response { |