]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Allow callables (as functools.partial) in path operations (#977)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 12 Feb 2020 20:36:14 +0000 (21:36 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 20:36:14 +0000 (21:36 +0100)
commite0c3519b948645cbb3456a4f1ef58a84b2a7bf7b
tree74b0bf9f42b8862a131ce99817a46a52b56c3e2f
parentd91b2b3ee8fa428544769aba664aedbf9ed6511a
:sparkles: Allow callables (as functools.partial) in path operations (#977)
fastapi/routing.py
tests/test_callable_endpoint.py [new file with mode: 0644]