(contentType string)
| 396 | } |
| 397 | |
| 398 | func isNDJSONContentType(contentType string) bool { |
| 399 | return parseMediaType(contentType) == "application/x-ndjson" |
| 400 | } |
| 401 | |
| 402 | // isSSEContentType reports whether contentType is a |
| 403 | // server-sent-events stream. |
no test coverage detected