Define MIME type for SSE stream
hauleth.dev 4 months ago 0e2ccfc0 c1d3aba2
··· 6 7 import Config 8 0 0 0 0 9 config :esl_hn, 10 generators: [timestamp_type: :utc_datetime] 11
··· 6 7 import Config 8 9 + config :mime, :types, %{ 10 + "text/event-stream" => ["sse"] 11 + } 12 + 13 config :esl_hn, 14 generators: [timestamp_type: :utc_datetime] 15