%% Feel free to use, reuse and abuse the code in this file. {application, rest_stream_response, [ {description, "Cowboy REST with streaming."}, {vsn, "1"}, {modules, []}, {registered, [rest_stream_response_sup]}, {applications, [ kernel, stdlib, cowboy ]}, {mod, {rest_stream_response_app, []}}, {env, []} ]}.