MCPcopy Create free account

hub / github.com/corydolphin/flask-cors / endpoints

Endpoints71 in github.com/corydolphin/flask-cors

RouteallowOrigins
self.app.route('/')
tests/decorator/test_w3.py:None
Routecreate_user
api_v1.route("/api/v1/users/create", methods=['POST'])
examples/blueprints_based_example.py:None
Routecreate_user
app.route("/api/v1/users/create", methods=['POST'])
examples/app_based_example.py:None
Routecross_origin_json_post
app.route("/api/v1/users/create", methods=['GET', 'POST'])
examples/view_based_example.py:None
Routedefaults
self.app.route('/defaults')
tests/decorator/test_methods.py:None
Routedefaults
self.app.route('/defaults')
tests/decorator/test_max_age.py:None
Routeexample
self.app.route('/api/v1')
tests/extension/test_app_extension.py:None
Routeexposed1
self.app.route('/test_exposed')
tests/extension/test_app_extension.py:None
Routeexposed2
self.app.route('/test_other_exposed')
tests/extension/test_app_extension.py:None
Routefoo_txt
self.app.route('/foo.txt')
tests/extension/test_app_extension.py:None
Routeget_exception
app.route("/api/exception")
examples/app_based_example.py:None
RoutehelloWorld
app.route("/", methods=['GET'])
examples/view_based_example.py:None
RoutehelloWorld
public_routes.route("/")
examples/blueprints_based_example.py:None
RoutehelloWorld
app.route("/")
examples/app_based_example.py:None
Routeindex
self.app.route('/')
tests/core/test_override_headers.py:None
Routeindex
self.app.route('/')
tests/extension/test_app_extension.py:None
Routelist_users
api_v1.route("/api/v1/users/")
examples/blueprints_based_example.py:None
Routelist_users
app.route("/api/v1/users/")
examples/app_based_example.py:None
RoutenoWildcard
self.app.route('/default-origins')
tests/decorator/test_w3.py:None
Routeno_cors
self.bp.route("/no_cors")
tests/extension/test_blueprint.py:None
Routeoverridden
self.app.route('/api/v1/special')
tests/extension/test_app_extension.py:None
Routeping
self.bp.route("/api/v1/ping")
tests/extension/test_blueprint.py:None
Routeping_v2
bp.route("/api/v2/ping")
tests/extension/test_blueprint.py:None
Routeplus_path
self.app.route('/service+path')
tests/extension/test_app_extension.py:None
Routesend_wildcard_with_origin
self.app.route('/test_send_wildcard_with_origin')
tests/extension/test_app_extension.py:None
Routespace_path
self.app.route('/service path')
tests/extension/test_app_extension.py:None
Routetest_acl_abort_404
app.route('/test_no_acl_abort_404')
tests/decorator/test_exception_interception.py:None
Routetest_acl_abort_500
app.route('/test_no_acl_abort_500')
tests/decorator/test_exception_interception.py:None
Routetest_acl_uncaught_exception_500
app.route('/test_acl_uncaught_exception_500')
tests/decorator/test_exception_interception.py:None
Routetest_allow_headers
self.app.route('/test_allow_headers')
tests/decorator/test_allow_headers.py:None
Routetest_allow_headers_regex
self.app.route('/test_allow_headers_regex')
tests/decorator/test_allow_headers.py:None
Routetest_always_send
self.app.route('/test_always_send')
tests/decorator/test_origins.py:None
Routetest_always_send_no_wildcard
self.app.route('/test_always_send_no_wildcard')
tests/decorator/test_origins.py:None
Routetest_compiled_subdomain_regex
self.app.route('/test_compiled_subdomain_regex')
tests/decorator/test_origins.py:None
Routetest_consistent
self.app.route('/test_consistent_origin')
tests/decorator/test_vary_header.py:None
Routetest_credentials_supported
self.app.route('/test_credentials_supported')
tests/decorator/test_credentials.py:None
Routetest_credentials_unsupported
self.app.route('/test_credentials_unsupported')
tests/decorator/test_credentials.py:None
Routetest_credentials_unsupported
self.app.route('/test_allow_private_network_access_unsupported')
tests/decorator/test_private_network_headers.py:None
Routetest_default
self.app.route('/test_default')
tests/decorator/test_allow_headers.py:None
Routetest_default
self.app.route('/test_default')
tests/decorator/test_expose_headers.py:None
Routetest_default
self.app.route('/test_default')
tests/decorator/test_credentials.py:None
Routetest_default
self.app.route('/test_default')
tests/decorator/test_options.py:None
Routetest_default
self.app.route('/test_default')
tests/decorator/test_private_network_headers.py:None
Routetest_exact_match
self.app.route('/api/')
tests/extension/test_app_extension.py:None
Routetest_existing_vary_headers
self.app.route('/test_existing_vary_headers')
tests/decorator/test_vary_header.py:None
Routetest_get
self.app.route('/test_methods_defined')
tests/decorator/test_methods.py:None
Routetest_list
self.app.route('/test_list')
tests/decorator/test_origins.py:None
Routetest_list
self.app.route('/test_list')
tests/extension/test_app_extension.py:None
Routetest_multiple_protocols
self.app.route('/test_multiple_protocols')
tests/decorator/test_origins.py:None
Routetest_multiple_set_cookie_headers
self.app.route('/test_multiple_set_cookie_headers')
tests/decorator/test_duplicate_headers.py:None
Routetest_no_acl_uncaught_exception_500
app.route('/test_no_acl_uncaught_exception_500')
tests/decorator/test_exception_interception.py:None
Routetest_no_options_and_not_auto
self.app.route('/test_no_options_and_not_auto')
tests/decorator/test_options.py:None
Routetest_options_and_not_auto
self.app.route('/test_options_and_not_auto', methods=['OPTIONS'])
tests/decorator/test_options.py:None
Routetest_override
self.app.route('/test_override')
tests/decorator/test_expose_headers.py:None
Routetest_private_network_supported
self.app.route('/test_allow_private_network_access_supported')
tests/decorator/test_private_network_headers.py:None
Routetest_regex_list
self.app.route('/test_regex_list')
tests/decorator/test_origins.py:None
Routetest_regex_mixed_list
self.app.route('/test_regex_mixed_list')
tests/decorator/test_origins.py:None
Routetest_send_wildcard_with_origin
self.app.route('/test_send_wildcard_with_origin')
tests/decorator/test_origins.py:None
Routetest_set
self.app.route('/test_set')
tests/decorator/test_origins.py:None
Routetest_set
self.app.route('/test_set')
tests/extension/test_app_extension.py:None
Routetest_string
self.app.route('/test_string')
tests/decorator/test_max_age.py:None
Routetest_string
self.app.route('/test_string')
tests/decorator/test_origins.py:None
Routetest_string
self.app.route('/test_string')
tests/extension/test_app_extension.py:None
Routetest_subdomain_regex
self.app.route('/test_subdomain_regex')
tests/decorator/test_origins.py:None
Routetest_time_delta
self.app.route('/test_time_delta')
tests/decorator/test_max_age.py:None
Routetest_vary
self.app.route('/test_vary')
tests/decorator/test_vary_header.py:None
Routetest_wildcard
self.app.route('/api/foo')
tests/extension/test_app_extension.py:None
Routeunexposed
self.app.route('/test_unexposed')
tests/extension/test_app_extension.py:None
Routewildcard
self.app.route('/')
tests/decorator/test_vary_header.py:None
Routewildcard
self.app.route('/')
tests/decorator/test_origins.py:None
Routewildcard
self.app.route('/test_defaults')
tests/extension/test_app_extension.py:None