%% Feel free to use, reuse and abuse the code in this file. {application, echo_get, [ {description, "Cowboy GET echo example."}, {vsn, "1"}, {modules, []}, {registered, [echo_get_sup]}, {applications, [ kernel, stdlib, cowboy ]}, {mod, {echo_get_app, []}}, {env, []} ]}.