LICENSE
README.md
pyproject.toml
setup.py
fastapi/__init__.py
fastapi/applications.py
fastapi/background.py
fastapi/concurrency.py
fastapi/datastructures.py
fastapi/encoders.py
fastapi/exception_handlers.py
fastapi/exceptions.py
fastapi/logger.py
fastapi/param_functions.py
fastapi/params.py
fastapi/py.typed
fastapi/requests.py
fastapi/responses.py
fastapi/routing.py
fastapi/staticfiles.py
fastapi/templating.py
fastapi/testclient.py
fastapi/types.py
fastapi/utils.py
fastapi/websockets.py
fastapi.egg-info/PKG-INFO
fastapi.egg-info/SOURCES.txt
fastapi.egg-info/dependency_links.txt
fastapi.egg-info/requires.txt
fastapi.egg-info/top_level.txt
fastapi/dependencies/__init__.py
fastapi/dependencies/models.py
fastapi/dependencies/utils.py
fastapi/middleware/__init__.py
fastapi/middleware/cors.py
fastapi/middleware/gzip.py
fastapi/middleware/httpsredirect.py
fastapi/middleware/trustedhost.py
fastapi/middleware/wsgi.py
fastapi/openapi/__init__.py
fastapi/openapi/constants.py
fastapi/openapi/docs.py
fastapi/openapi/models.py
fastapi/openapi/utils.py
fastapi/security/__init__.py
fastapi/security/api_key.py
fastapi/security/base.py
fastapi/security/http.py
fastapi/security/oauth2.py
fastapi/security/open_id_connect_url.py
fastapi/security/utils.py
tests/test_additional_properties.py
tests/test_additional_response_extra.py
tests/test_additional_responses_bad.py
tests/test_additional_responses_custom_model_in_callback.py
tests/test_additional_responses_custom_validationerror.py
tests/test_additional_responses_default_validationerror.py
tests/test_additional_responses_response_class.py
tests/test_additional_responses_router.py
tests/test_application.py
tests/test_callable_endpoint.py
tests/test_custom_route_class.py
tests/test_custom_schema_fields.py
tests/test_custom_swagger_ui_redirect.py
tests/test_datastructures.py
tests/test_datetime_custom_encoder.py
tests/test_default_response_class.py
tests/test_default_response_class_router.py
tests/test_dependency_cache.py
tests/test_dependency_class.py
tests/test_dependency_contextmanager.py
tests/test_dependency_duplicates.py
tests/test_dependency_overrides.py
tests/test_dependency_security_overrides.py
tests/test_deprecated_openapi_prefix.py
tests/test_duplicate_models_openapi.py
tests/test_empty_router.py
tests/test_exception_handlers.py
tests/test_extra_routes.py
tests/test_fakeasync.py
tests/test_filter_pydantic_sub_model.py
tests/test_forms_from_non_typing_sequences.py
tests/test_get_request_body.py
tests/test_http_connection_injection.py
tests/test_include_route.py
tests/test_include_router_defaults_overrides.py
tests/test_infer_param_optionality.py
tests/test_inherited_custom_class.py
tests/test_invalid_path_param.py
tests/test_invalid_sequence_param.py
tests/test_jsonable_encoder.py
tests/test_local_docs.py
tests/test_multi_body_errors.py
tests/test_multi_query_errors.py
tests/test_multipart_installation.py
tests/test_no_swagger_ui_redirect.py
tests/test_openapi_route_extensions.py
tests/test_openapi_servers.py
tests/test_operations_signatures.py
tests/test_param_class.py
tests/test_param_in_path_and_dependency.py
tests/test_params_repr.py
tests/test_path.py
tests/test_put_no_body.py
tests/test_query.py
tests/test_read_with_orm_mode.py
tests/test_repeated_cookie_headers.py
tests/test_repeated_dependency_schema.py
tests/test_request_body_parameters_media_type.py
tests/test_response_by_alias.py
tests/test_response_change_status_code.py
tests/test_response_class_no_mediatype.py
tests/test_response_code_no_body.py
tests/test_response_model_include_exclude.py
tests/test_response_model_invalid.py
tests/test_response_model_sub_types.py
tests/test_router_events.py
tests/test_router_prefix_with_template.py
tests/test_schema_extra_examples.py
tests/test_security_api_key_cookie.py
tests/test_security_api_key_cookie_description.py
tests/test_security_api_key_cookie_optional.py
tests/test_security_api_key_header.py
tests/test_security_api_key_header_description.py
tests/test_security_api_key_header_optional.py
tests/test_security_api_key_query.py
tests/test_security_api_key_query_description.py
tests/test_security_api_key_query_optional.py
tests/test_security_http_base.py
tests/test_security_http_base_description.py
tests/test_security_http_base_optional.py
tests/test_security_http_basic_optional.py
tests/test_security_http_basic_realm.py
tests/test_security_http_basic_realm_description.py
tests/test_security_http_bearer.py
tests/test_security_http_bearer_description.py
tests/test_security_http_bearer_optional.py
tests/test_security_http_digest.py
tests/test_security_http_digest_description.py
tests/test_security_http_digest_optional.py
tests/test_security_oauth2.py
tests/test_security_oauth2_authorization_code_bearer.py
tests/test_security_oauth2_authorization_code_bearer_description.py
tests/test_security_oauth2_optional.py
tests/test_security_oauth2_optional_description.py
tests/test_security_oauth2_password_bearer_optional.py
tests/test_security_oauth2_password_bearer_optional_description.py
tests/test_security_openid_connect.py
tests/test_security_openid_connect_description.py
tests/test_security_openid_connect_optional.py
tests/test_serialize_response.py
tests/test_serialize_response_dataclass.py
tests/test_serialize_response_model.py
tests/test_skip_defaults.py
tests/test_starlette_exception.py
tests/test_starlette_urlconvertors.py
tests/test_sub_callbacks.py
tests/test_swagger_ui_init_oauth.py
tests/test_typing_python39.py
tests/test_union_body.py
tests/test_union_inherited_body.py
tests/test_validate_response.py
tests/test_validate_response_dataclass.py
tests/test_validate_response_recursive.py
tests/test_ws_router.py