Removed / breaking in @4.0.0, gone in @6.0.5
pattern_lengthFunctionflask_cors/core.py
serialize_optionFunctionflask_cors/core.py
try_matchFunctionflask_cors/core.py
try_match_anyFunctionflask_cors/core.py
InternalsTestCaseClasstests/core/helper_tests.py
InternalsTestCase.test_flexible_str_setMethodtests/core/helper_tests.py
InternalsTestCase.test_flexible_str_strMethodtests/core/helper_tests.py
InternalsTestCase.test_get_allow_headers_emptyMethodtests/core/helper_tests.py
InternalsTestCase.test_get_allow_headers_matchingMethodtests/core/helper_tests.py
InternalsTestCase.test_get_allow_headers_matching_noneMethodtests/core/helper_tests.py
InternalsTestCase.test_parse_resources_sortedMethodtests/core/helper_tests.py
InternalsTestCase.test_probably_regexMethodtests/core/helper_tests.py
InternalsTestCase.test_serialize_optionsMethodtests/core/helper_tests.py
InternalsTestCase.test_try_matchMethodtests/core/helper_tests.py
Signature changed
server_errorFunctionexamples/app_based_example.py
ensure_iterableFunctionflask_cors/core.py
flexible_strFunctionflask_cors/core.py
get_allow_headersFunctionflask_cors/core.py
get_app_kwarg_dictFunctionflask_cors/core.py
get_cors_headersFunctionflask_cors/core.py
get_cors_optionsFunctionflask_cors/core.py
get_cors_originsFunctionflask_cors/core.py
get_regexp_patternFunctionflask_cors/core.py
parse_resourcesFunctionflask_cors/core.py
probably_regexFunctionflask_cors/core.py
re_fixFunctionflask_cors/core.py
sanitize_regex_paramFunctionflask_cors/core.py
serialize_optionsFunctionflask_cors/core.py
set_cors_headersFunctionflask_cors/core.py
cross_originFunctionflask_cors/decorator.py
decoratorFunctionflask_cors/decorator.py
wrapped_functionFunctionflask_cors/decorator.py
CORS.__init__Methodflask_cors/extension.py
CORS._after_request_decoratorMethodflask_cors/extension.py
CORS.init_appMethodflask_cors/extension.py
CORS.wrapped_functionMethodflask_cors/extension.py
cors_after_requestFunctionflask_cors/extension.py
make_after_request_functionFunctionflask_cors/extension.py
Added new API surface in @6.0.5
CorsOptionsInputClassflask_cors/core.py
CrossOriginOptionsInputClassflask_cors/core.py
_ComputedCorsOptionsClassflask_cors/core.py
_resolve_patternFunctionflask_cors/core.py
_resolve_patternsFunctionflask_cors/core.py
merge_optionsFunctionflask_cors/core.py
sort_keyFunctionflask_cors/core.py
try_match_any_patternFunctionflask_cors/core.py
try_match_patternFunctionflask_cors/core.py
InternalsTestCaseClasstests/core/test_helpers.py
InternalsTestCase.test_flexible_str_setMethodtests/core/test_helpers.py
InternalsTestCase.test_flexible_str_strMethodtests/core/test_helpers.py
InternalsTestCase.test_get_allow_headers_emptyMethodtests/core/test_helpers.py
InternalsTestCase.test_get_allow_headers_matchingMethodtests/core/test_helpers.py
InternalsTestCase.test_get_allow_headers_matching_noneMethodtests/core/test_helpers.py
InternalsTestCase.test_parse_resources_sortedMethodtests/core/test_helpers.py
InternalsTestCase.test_probably_regexMethodtests/core/test_helpers.py
InternalsTestCase.test_serialize_optionsMethodtests/core/test_helpers.py
InternalsTestCase.test_try_match_patternMethodtests/core/test_helpers.py
SupportsCredentialsCaseClasstests/decorator/test_private_network_headers.py
SupportsCredentialsCase.setUpMethodtests/decorator/test_private_network_headers.py
SupportsCredentialsCase.test_credentials_supportedMethodtests/decorator/test_private_network_headers.py
SupportsCredentialsCase.test_credentials_unsupportedMethodtests/decorator/test_private_network_headers.py
SupportsCredentialsCase.test_defaultMethodtests/decorator/test_private_network_headers.py
SupportsCredentialsCase.test_private_network_supportedMethodtests/decorator/test_private_network_headers.py
AppExtensionPlusInPathClasstests/extension/test_app_extension.py
AppExtensionPlusInPath.plus_pathMethodtests/extension/test_app_extension.py
AppExtensionPlusInPath.setUpMethodtests/extension/test_app_extension.py
AppExtensionPlusInPath.space_pathMethodtests/extension/test_app_extension.py
AppExtensionPlusInPath.test_plus_path_origin_allowedMethodtests/extension/test_app_extension.py
AppExtensionPlusInPath.test_plus_path_rejects_other_originMethodtests/extension/test_app_extension.py
AppExtensionPlusInPath.test_space_path_origin_allowedMethodtests/extension/test_app_extension.py
AppExtensionPlusInPath.test_space_path_rejects_other_originMethodtests/extension/test_app_extension.py
BlueprintExtensionTestCaseClasstests/extension/test_blueprint.py
BlueprintExtensionTestCase.no_corsMethodtests/extension/test_blueprint.py
BlueprintExtensionTestCase.pingMethodtests/extension/test_blueprint.py
BlueprintExtensionTestCase.ping_v2Methodtests/extension/test_blueprint.py
BlueprintExtensionTestCase.setUpMethodtests/extension/test_blueprint.py
BlueprintExtensionTestCase.test_blueprint_init_appMethodtests/extension/test_blueprint.py
BlueprintExtensionTestCase.test_blueprint_non_matching_route_has_no_corsMethodtests/extension/test_blueprint.py
BlueprintExtensionTestCase.test_blueprint_resource_has_corsMethodtests/extension/test_blueprint.py
supports_blueprintFunctiontests/typecheck/test_blueprint_typing.py
supports_flask_appFunctiontests/typecheck/test_blueprint_typing.py
supports_no_appFunctiontests/typecheck/test_blueprint_typing.py