pub const SSE_MIME: &str = "text/event-stream";Expand description
Accept header value that selects the Server-Sent Events response
shape on invoke_function_stream. Anything else (or absence) falls
through to the raw chunked-transfer (application/octet-stream)
branch.