You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sebastián Ramírez
5f7fe926ab
✨ Add support for Response parameters to set headers, cookies, and status codes ( #294 )
* ✨ Add support for declaring a Response parameter to set headers and cookies
* ✅ Add source for docs and tests
* 📝 Add docs for setting headers, cookies and status code
* 📝 Add attribution to Hug for inspiring response parameters
6 years ago
..
dependencies
✨ Add support for Response parameters to set headers, cookies, and status codes (#294)
6 years ago
openapi
✨ Refactor param extraction using Pydantic Field (#278)
6 years ago
security
🐛 Fix HTTP Bearer security auto-error (#282)
6 years ago
__init__.py
🔖 Release 0.28.0
6 years ago
applications.py
✨ Implement dependency overrides for testing (#291)
6 years ago
datastructures.py
Add support for UploadFile class annotations (#63)
6 years ago
encoders.py
✨ Add include, exclude, and by_alias to path operation methods (#264)
6 years ago
exception_handlers.py
✨ Separate Pydantic's ValidationError handler and improve docs for error handling (#273)
6 years ago
exceptions.py
🐛 Fix type declaration of HTTPException (#279)
6 years ago
param_functions.py
✨ Implement dependency value cache per request (#292)
6 years ago
params.py
✨ Implement dependency value cache per request (#292)
6 years ago
py.typed
✨ add py.typed to ship typing information (#209)
6 years ago
routing.py
✨ Add support for Response parameters to set headers, cookies, and status codes (#294)
6 years ago
utils.py
♻️ Update Pydantic usage, types, values, minor structure changes (#164)
6 years ago