]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Allow lists of query or header params
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 29 Dec 2018 20:07:31 +0000 (00:07 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 29 Dec 2018 20:07:31 +0000 (00:07 +0400)
commitbe957e7c99cde01aaddbbbd7d96bc78b92f1605e
tree46269cf0eeea69cce9a8199dab02cce985c603b7
parent90af86814637a2384fe81fcc7cca394c13d9170a
:sparkles: Allow lists of query or header params

and add tests for them
fastapi/dependencies/utils.py
tests/test_multi_body_errors.py [new file with mode: 0644]
tests/test_multi_query_errors.py [new file with mode: 0644]
tests/test_put_no_body.py [new file with mode: 0644]