0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Add cowboy_req:part/2 export

This commit is contained in:
Michael Truog 2014-08-12 00:51:46 -07:00
parent 2928456ae8
commit a32a476bf2

View file

@ -56,6 +56,7 @@
%% Multipart API.
-export([part/1]).
-export([part/2]).
-export([part_body/1]).
-export([part_body/2]).