aboutsummaryrefslogtreecommitdiffstats
path: root/examples/compress_response/src/compress_response.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-07 20:45:21 +0200
committerLoïc Hoguin <[email protected]>2013-09-07 20:45:21 +0200
commit2f25c654b02d72a7c0017c20d11ed6a720d640c6 (patch)
tree95b47ff1a338abe955a18e2e245c91ab9b406707 /examples/compress_response/src/compress_response.erl
parent4b20f5cd08bc69d95d81d47bff943f775c1a983e (diff)
downloadcowboy-2f25c654b02d72a7c0017c20d11ed6a720d640c6.tar.gz
cowboy-2f25c654b02d72a7c0017c20d11ed6a720d640c6.tar.bz2
cowboy-2f25c654b02d72a7c0017c20d11ed6a720d640c6.zip
Convert the compressed response example to a release
Diffstat (limited to 'examples/compress_response/src/compress_response.erl')
-rw-r--r--examples/compress_response/src/compress_response.erl15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/compress_response/src/compress_response.erl b/examples/compress_response/src/compress_response.erl
deleted file mode 100644
index c69a14b..0000000
--- a/examples/compress_response/src/compress_response.erl
+++ /dev/null
@@ -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).