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.
Ben Dayan 73260971b5 Add support for OpenAPI Callbacks (#722) 5 years ago
..
additional_responses Add/refactor addditional responses, tests, docs 6 years ago
additional_status_codes Add docs about responses with additional status codes (#156) 6 years ago
app_testing Update testing docs, examples for testing POST, headers (#271) 6 years ago
application_configuration ⬆️ Update Pydantic to 0.21.0 (#90) 6 years ago
async_sql_databases Add docs and tests for encode/databases (#107) 6 years ago
background_tasks Add support for BackgroundTasks parameters (#103) 6 years ago
bigger_applications Add parameter dependencies to path operation decorators and include_router (#235) 6 years ago
body 📝 Move tutorial src files to top level docs 6 years ago
body_fields 📝 Change 'Schema' to 'Field' in docs (#746) 5 years ago
body_multiple_params 📝 Move tutorial src files to top level docs 6 years ago
body_nested_models Implement support for Pydantic's ORM mode (#322) 6 years ago
body_updates Add support for Pydantic v1 and above 🎉 (#646) 5 years ago
cookie_params 📝 Move tutorial src files to top level docs 6 years ago
cors ✏️ Fix protocol separator typo (#647) 5 years ago
custom_request_and_route Add better support for request body access/manipulation with custom classes (#589) 6 years ago
custom_response ♻️ Rename parameter content_type to response_class (#183) 6 years ago
debugging 📝 Add docs for debugging 6 years ago
dependencies Add dependencies with yield (used as context managers) (#595) 6 years ago
dependency_testing Implement dependency overrides for testing (#291) 6 years ago
encoder 📝 Add docs about returning a response directly and encoder (#184) 6 years ago
events Add testing docs and tests (#151) 6 years ago
extending_openapi 📝 Add documentation for self-serving static Swagger UI (#112) (#557) 5 years ago
extra_data_types Add docs, tests and fixes for extra data types 6 years ago
extra_models Add support for Pydantic v1 and above 🎉 (#646) 5 years ago
first_steps 📝 Move tutorial src files to top level docs 6 years ago
graphql Add docs for GraphQL (#48) 6 years ago
handling_errors Separate Pydantic's ValidationError handler and improve docs for error handling (#273) 6 years ago
header_params Multi-value query parameters and duplicate headers (#95) 6 years ago
middleware 📝 Add docs for middleware (#173) 6 years ago
nosql_databases 📝 Move tutorial src files to top level docs 6 years ago
openapi_callbacks Add support for OpenAPI Callbacks (#722) 5 years ago
path_operation_advanced_configuration 📝 Document overriding operationId for all path operations using their function names (#642) 5 years ago
path_operation_configuration Upgrade docstring Markdown parsing (#163) 6 years ago
path_params 📝 Update enum examples to use str, and improve Swagger UI in examples (#351) 6 years ago
path_params_numeric_validations 📝 Move tutorial src files to top level docs 6 years ago
python_types 📝 Move tutorial src files to top level docs 6 years ago
query_params 📝 Change limit default parameter to 10 in Query docs (#366) 6 years ago
query_params_str_validations 🐛 Fix path and query parameters receiving dict as valid (#287) 6 years ago
request_files Add support for multi-file uploads (#158) 6 years ago
request_forms 📝 Move tutorial src files to top level docs 6 years ago
request_forms_and_files Add support for UploadFile class annotations (#63) 6 years ago
response_change_status_code Add support for Response parameters to set headers, cookies, and status codes (#294) 6 years ago
response_cookies Add support for Response parameters to set headers, cookies, and status codes (#294) 6 years ago
response_directly 🐛 Fix XML example (#710) 5 years ago
response_headers Add support for Response parameters to set headers, cookies, and status codes (#294) 6 years ago
response_model Add support for Pydantic v1 and above 🎉 (#646) 5 years ago
response_status_code 📝 Add docs for response status codes 6 years ago
security Use 401 with WWW-Authenticate for OAuth2 and add scope_str (#188) 6 years ago
sql_databases Add dependencies with yield (used as context managers) (#595) 6 years ago
static_files Add docs and tests for Jinja2 templates (#186) 6 years ago
sub_applications Add Open API prefix route - correct docs behind reverse proxy (#26) 6 years ago
templates Add docs and tests for Jinja2 templates (#186) 6 years ago
using_request_directly 📝 Add docs for using the Starlette Request directly (#25) 6 years ago
websockets Add support for WebSockets with dependencies, params, etc #166 (#178) 6 years ago