blob: 4a458b878397765dbeb908cf8f3b3e0ce66922b6 (
plain) (
tree)
|
|
%% 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, []},
{applications, [
kernel,
stdlib,
cowboy
]},
{mod, {rest_stream_response_app, []}},
{env, []}
]}.
|