]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Add support for multi-file uploads (#158)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 14 Apr 2019 18:12:14 +0000 (22:12 +0400)
committerGitHub <noreply@github.com>
Sun, 14 Apr 2019 18:12:14 +0000 (22:12 +0400)
commitaad6b123f7ea83e0cab7eb8b411219db04ef6eb7
treef32dee7632103571ee20fb9277706e244044460a
parente40e87c662dbed6382b22ed099bba2bd053a1711
:sparkles: Add support for multi-file uploads (#158)
docs/src/request_files/tutorial002.py [new file with mode: 0644]
docs/tutorial/request-files.md
fastapi/dependencies/utils.py
fastapi/routing.py
tests/test_tutorial/test_request_files/test_tutorial002.py [new file with mode: 0644]