aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_static.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-04-20 17:46:29 +0200
committerLoïc Hoguin <[email protected]>2013-04-20 17:46:29 +0200
commit97b8401c45ea24dca034db6a34cf02f0809034c3 (patch)
tree465e02cc682a9f402e306bd38d82ecfc4a4c3240 /src/cowboy_static.erl
parent711c21ac4f86f0f1a5e62bec965f7ba900612bb0 (diff)
downloadcowboy-97b8401c45ea24dca034db6a34cf02f0809034c3.tar.gz
cowboy-97b8401c45ea24dca034db6a34cf02f0809034c3.tar.bz2
cowboy-97b8401c45ea24dca034db6a34cf02f0809034c3.zip
REST is no longer experimental
Diffstat (limited to 'src/cowboy_static.erl')
-rw-r--r--src/cowboy_static.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cowboy_static.erl b/src/cowboy_static.erl
index dd7eed5..ae0f9e6 100644
--- a/src/cowboy_static.erl
+++ b/src/cowboy_static.erl
@@ -15,10 +15,10 @@
%% @doc Static resource handler.
%%
%% This built in HTTP handler provides a simple file serving capability for
-%% cowboy applications. It should be considered an experimental feature because
-%% of it's dependency on the experimental REST handler. It's recommended to be
-%% used for small or temporary environments where it is not preferrable to set
-%% up a second server just to serve files.
+%% cowboy applications. It is provided as a convenience for small or temporary
+%% environments where it is not preferrable to set up a second server just
+%% to serve files. It is recommended to use a CDN instead for efficiently
+%% handling static files, preferrably on a cookie-less domain name.
%%
%% If this handler is used the Erlang node running the cowboy application must
%% be configured to use an async thread pool. This is configured by adding the