0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00

Convert the compressed response example to a release

This commit is contained in:
Loïc Hoguin 2013-09-07 20:45:21 +02:00
parent 4b20f5cd08
commit 2f25c654b0
6 changed files with 37 additions and 34 deletions

View file

@ -1,15 +0,0 @@
%% Feel free to use, reuse and abuse the code in this file.
-module(compress_response).
%% API.
-export([start/0]).
%% API.
start() ->
ok = application:start(crypto),
ok = application:start(cowlib),
ok = application:start(ranch),
ok = application:start(cowboy),
ok = application:start(compress_response).