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

Add a simple multipart upload example

This commit is contained in:
Loïc Hoguin 2014-06-03 19:16:34 +02:00
parent 5d1d9af6cd
commit 07c622a0fe
9 changed files with 129 additions and 1 deletions

6
examples/upload/Makefile Normal file
View file

@ -0,0 +1,6 @@
PROJECT = upload
DEPS = cowboy
dep_cowboy = pkg://cowboy master
include ../../erlang.mk