aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Truog <[email protected]>2014-08-12 00:51:46 -0700
committerMichael Truog <[email protected]>2014-08-12 08:31:30 -0700
commita32a476bf2bf2e4da7d2599aaa99a7a2cf1e8cb1 (patch)
tree57b65607ea75e611914ef1d5cc9069495f5efea8 /src
parent2928456ae817f820918a3fd5ac963e7368a94fe5 (diff)
downloadcowboy-a32a476bf2bf2e4da7d2599aaa99a7a2cf1e8cb1.tar.gz
cowboy-a32a476bf2bf2e4da7d2599aaa99a7a2cf1e8cb1.tar.bz2
cowboy-a32a476bf2bf2e4da7d2599aaa99a7a2cf1e8cb1.zip
Add cowboy_req:part/2 export
Diffstat (limited to 'src')
-rw-r--r--src/cowboy_req.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_req.erl b/src/cowboy_req.erl
index 981b321..27c59cf 100644
--- a/src/cowboy_req.erl
+++ b/src/cowboy_req.erl
@@ -56,6 +56,7 @@
%% Multipart API.
-export([part/1]).
+-export([part/2]).
-export([part_body/1]).
-export([part_body/2]).