Accepts checks if the specified extensions or content types are acceptable.
(offers ...string)
| 12 | type Req interface { |
| 13 | // Accepts checks if the specified extensions or content types are acceptable. |
| 14 | Accepts(offers ...string) string |
| 15 | // AcceptsCharsets checks if the specified charset is acceptable. |
| 16 | AcceptsCharsets(offers ...string) string |
| 17 | // AcceptsEncodings checks if the specified encoding is acceptable. |
no outgoing calls