aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-05 14:17:30 +0200
committerLoïc Hoguin <[email protected]>2016-11-05 14:17:30 +0200
commitfaca7866ed1c59cd41e11fcfc5a9f95378380497 (patch)
tree7e33284b3426083154b7a1d52ae5db8996212739 /ebin
parent8fe700f341d324c44f6c5f196f8c699c85ee6d78 (diff)
downloadcowboy-faca7866ed1c59cd41e11fcfc5a9f95378380497.tar.gz
cowboy-faca7866ed1c59cd41e11fcfc5a9f95378380497.tar.bz2
cowboy-faca7866ed1c59cd41e11fcfc5a9f95378380497.zip
Partially update manual for the cowboy_req
Only the access functions have been modified so far.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/cowboy.app5
1 files changed, 3 insertions, 2 deletions
diff --git a/ebin/cowboy.app b/ebin/cowboy.app
index f44c8fc..f21a3cf 100644
--- a/ebin/cowboy.app
+++ b/ebin/cowboy.app
@@ -1,8 +1,9 @@
{application, cowboy, [
{description, "Small, fast, modern HTTP server."},
- {vsn, "2.0.0-pre.2"},
+ {vsn, "2.0.0-pre.4"},
{modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_clear','cowboy_clock','cowboy_constraints','cowboy_handler','cowboy_http','cowboy_http2','cowboy_loop','cowboy_middleware','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_websocket']},
{registered, [cowboy_sup,cowboy_clock]},
{applications, [kernel,stdlib,crypto,cowlib,ranch]},
- {mod, {cowboy_app, []}}
+ {mod, {cowboy_app, []}},
+ {env, []}
]}. \ No newline at end of file