aboutsummaryrefslogtreecommitdiffstats
path: root/guide/middlewares.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-02-20 12:14:21 +0100
committerLoïc Hoguin <[email protected]>2013-02-20 12:14:21 +0100
commitb2ffff9bec7f9d137ab5abdc3b77203914b5ae63 (patch)
treea4d22508071427e25546068b81db620dcb3a52f9 /guide/middlewares.md
parent76b5cfea3f4a755b31a95b24176afeb87adaf442 (diff)
downloadcowboy-b2ffff9bec7f9d137ab5abdc3b77203914b5ae63.tar.gz
cowboy-b2ffff9bec7f9d137ab5abdc3b77203914b5ae63.tar.bz2
cowboy-b2ffff9bec7f9d137ab5abdc3b77203914b5ae63.zip
Add cowboy:set_env/3
Diffstat (limited to 'guide/middlewares.md')
-rw-r--r--guide/middlewares.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guide/middlewares.md b/guide/middlewares.md
index 0ab6dc2..b5f055c 100644
--- a/guide/middlewares.md
+++ b/guide/middlewares.md
@@ -58,6 +58,9 @@ will not process any subsequent requests on this connection.
The middlewares that come with Cowboy may define or require other
environment values to perform.
+You can update the environment by calling the `cowboy:set_env/3`
+convenience function, adding or replacing a value in the environment.
+
Routing middleware
------------------