This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
fastapi
Watch
1
Star
0
Fork
0
You've already forked fastapi
mirror of
https://github.com/fastapi/fastapi.git
synced
2026-01-01 18:47:55 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0.66.0
fastapi
/
fastapi
/
openapi
History
Sebastián Ramírez
dc5a966548
✨
Allow setting the
response_class
to
RedirectResponse
and returning the URL from the function (
#3457
)
2021-07-03 21:51:28 +02:00
..
__init__.py
♻️
Refactor, fix and update code
2018-12-06 20:24:50 +04:00
constants.py
♻ Simplify code syntax in several places (
#1753
)
2020-08-03 15:16:51 +02:00
docs.py
✨
Improve type annotations, add support for mypy --strict, internally and for external packages (
#2547
)
2020-12-20 19:50:00 +01:00
models.py
🐛
Support custom OpenAPI / JSON Schema fields in the generated output OpenAPI (
#1429
)
2021-07-03 19:15:59 +02:00
utils.py
✨
Allow setting the
response_class
to
RedirectResponse
and returning the URL from the function (
#3457
)
2021-07-03 21:51:28 +02:00