diff options
author | Loïc Hoguin <[email protected]> | 2016-11-05 14:17:30 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-11-05 14:17:30 +0200 |
commit | faca7866ed1c59cd41e11fcfc5a9f95378380497 (patch) | |
tree | 7e33284b3426083154b7a1d52ae5db8996212739 /Makefile | |
parent | 8fe700f341d324c44f6c5f196f8c699c85ee6d78 (diff) | |
download | cowboy-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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ DEPS = cowlib ranch dep_cowlib = git https://github.com/ninenines/cowlib master dep_ranch = git https://github.com/ninenines/ranch 1.2.1 +DOC_DEPS = asciideck + TEST_DEPS = ct_helper gun dep_ct_helper = git https://github.com/extend/ct_helper master dep_gun = git https://github.com/ninenines/gun master |