mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Add a simple multipart upload example
This commit is contained in:
parent
5d1d9af6cd
commit
07c622a0fe
9 changed files with 129 additions and 1 deletions
|
@ -46,7 +46,10 @@ Cowboy examples
|
|||
* [static_world](./static_world):
|
||||
static file handler
|
||||
|
||||
* [web_sever](./web_server):
|
||||
* [upload](./upload):
|
||||
multipart/form-data upload
|
||||
|
||||
* [web_server](./web_server):
|
||||
serves files with lists directory entries
|
||||
|
||||
* [websocket](./websocket):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue