Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corydolphin/flask-cors
/ endpoints
Endpoints
71 in github.com/corydolphin/flask-cors
⨍
Functions
219
◇
Types & classes
30
↳
Endpoints
71
Route
allowOrigins
self.app.route('/')
tests/decorator/test_w3.py:None
Route
create_user
api_v1.route("/api/v1/users/create", methods=['POST'])
examples/blueprints_based_example.py:None
Route
create_user
app.route("/api/v1/users/create", methods=['POST'])
examples/app_based_example.py:None
Route
cross_origin_json_post
app.route("/api/v1/users/create", methods=['GET', 'POST'])
examples/view_based_example.py:None
Route
defaults
self.app.route('/defaults')
tests/decorator/test_methods.py:None
Route
defaults
self.app.route('/defaults')
tests/decorator/test_max_age.py:None
Route
example
self.app.route('/api/v1')
tests/extension/test_app_extension.py:None
Route
exposed1
self.app.route('/test_exposed')
tests/extension/test_app_extension.py:None
Route
exposed2
self.app.route('/test_other_exposed')
tests/extension/test_app_extension.py:None
Route
foo_txt
self.app.route('/foo.txt')
tests/extension/test_app_extension.py:None
Route
get_exception
app.route("/api/exception")
examples/app_based_example.py:None
Route
helloWorld
app.route("/", methods=['GET'])
examples/view_based_example.py:None
Route
helloWorld
public_routes.route("/")
examples/blueprints_based_example.py:None
Route
helloWorld
app.route("/")
examples/app_based_example.py:None
Route
index
self.app.route('/')
tests/core/test_override_headers.py:None
Route
index
self.app.route('/')
tests/extension/test_app_extension.py:None
Route
list_users
api_v1.route("/api/v1/users/")
examples/blueprints_based_example.py:None
Route
list_users
app.route("/api/v1/users/")
examples/app_based_example.py:None
Route
noWildcard
self.app.route('/default-origins')
tests/decorator/test_w3.py:None
Route
no_cors
self.bp.route("/no_cors")
tests/extension/test_blueprint.py:None
Route
overridden
self.app.route('/api/v1/special')
tests/extension/test_app_extension.py:None
Route
ping
self.bp.route("/api/v1/ping")
tests/extension/test_blueprint.py:None
Route
ping_v2
bp.route("/api/v2/ping")
tests/extension/test_blueprint.py:None
Route
plus_path
self.app.route('/service+path')
tests/extension/test_app_extension.py:None
Route
send_wildcard_with_origin
self.app.route('/test_send_wildcard_with_origin')
tests/extension/test_app_extension.py:None
Route
space_path
self.app.route('/service path')
tests/extension/test_app_extension.py:None
Route
test_acl_abort_404
app.route('/test_no_acl_abort_404')
tests/decorator/test_exception_interception.py:None
Route
test_acl_abort_500
app.route('/test_no_acl_abort_500')
tests/decorator/test_exception_interception.py:None
Route
test_acl_uncaught_exception_500
app.route('/test_acl_uncaught_exception_500')
tests/decorator/test_exception_interception.py:None
Route
test_allow_headers
self.app.route('/test_allow_headers')
tests/decorator/test_allow_headers.py:None
Route
test_allow_headers_regex
self.app.route('/test_allow_headers_regex')
tests/decorator/test_allow_headers.py:None
Route
test_always_send
self.app.route('/test_always_send')
tests/decorator/test_origins.py:None
Route
test_always_send_no_wildcard
self.app.route('/test_always_send_no_wildcard')
tests/decorator/test_origins.py:None
Route
test_compiled_subdomain_regex
self.app.route('/test_compiled_subdomain_regex')
tests/decorator/test_origins.py:None
Route
test_consistent
self.app.route('/test_consistent_origin')
tests/decorator/test_vary_header.py:None
Route
test_credentials_supported
self.app.route('/test_credentials_supported')
tests/decorator/test_credentials.py:None
Route
test_credentials_unsupported
self.app.route('/test_credentials_unsupported')
tests/decorator/test_credentials.py:None
Route
test_credentials_unsupported
self.app.route('/test_allow_private_network_access_unsupported')
tests/decorator/test_private_network_headers.py:None
Route
test_default
self.app.route('/test_default')
tests/decorator/test_allow_headers.py:None
Route
test_default
self.app.route('/test_default')
tests/decorator/test_expose_headers.py:None
Route
test_default
self.app.route('/test_default')
tests/decorator/test_credentials.py:None
Route
test_default
self.app.route('/test_default')
tests/decorator/test_options.py:None
Route
test_default
self.app.route('/test_default')
tests/decorator/test_private_network_headers.py:None
Route
test_exact_match
self.app.route('/api/')
tests/extension/test_app_extension.py:None
Route
test_existing_vary_headers
self.app.route('/test_existing_vary_headers')
tests/decorator/test_vary_header.py:None
Route
test_get
self.app.route('/test_methods_defined')
tests/decorator/test_methods.py:None
Route
test_list
self.app.route('/test_list')
tests/decorator/test_origins.py:None
Route
test_list
self.app.route('/test_list')
tests/extension/test_app_extension.py:None
Route
test_multiple_protocols
self.app.route('/test_multiple_protocols')
tests/decorator/test_origins.py:None
Route
test_multiple_set_cookie_headers
self.app.route('/test_multiple_set_cookie_headers')
tests/decorator/test_duplicate_headers.py:None
Route
test_no_acl_uncaught_exception_500
app.route('/test_no_acl_uncaught_exception_500')
tests/decorator/test_exception_interception.py:None
Route
test_no_options_and_not_auto
self.app.route('/test_no_options_and_not_auto')
tests/decorator/test_options.py:None
Route
test_options_and_not_auto
self.app.route('/test_options_and_not_auto', methods=['OPTIONS'])
tests/decorator/test_options.py:None
Route
test_override
self.app.route('/test_override')
tests/decorator/test_expose_headers.py:None
Route
test_private_network_supported
self.app.route('/test_allow_private_network_access_supported')
tests/decorator/test_private_network_headers.py:None
Route
test_regex_list
self.app.route('/test_regex_list')
tests/decorator/test_origins.py:None
Route
test_regex_mixed_list
self.app.route('/test_regex_mixed_list')
tests/decorator/test_origins.py:None
Route
test_send_wildcard_with_origin
self.app.route('/test_send_wildcard_with_origin')
tests/decorator/test_origins.py:None
Route
test_set
self.app.route('/test_set')
tests/decorator/test_origins.py:None
Route
test_set
self.app.route('/test_set')
tests/extension/test_app_extension.py:None
Route
test_string
self.app.route('/test_string')
tests/decorator/test_max_age.py:None
Route
test_string
self.app.route('/test_string')
tests/decorator/test_origins.py:None
Route
test_string
self.app.route('/test_string')
tests/extension/test_app_extension.py:None
Route
test_subdomain_regex
self.app.route('/test_subdomain_regex')
tests/decorator/test_origins.py:None
Route
test_time_delta
self.app.route('/test_time_delta')
tests/decorator/test_max_age.py:None
Route
test_vary
self.app.route('/test_vary')
tests/decorator/test_vary_header.py:None
Route
test_wildcard
self.app.route('/api/foo')
tests/extension/test_app_extension.py:None
Route
unexposed
self.app.route('/test_unexposed')
tests/extension/test_app_extension.py:None
Route
wildcard
self.app.route('/')
tests/decorator/test_vary_header.py:None
Route
wildcard
self.app.route('/')
tests/decorator/test_origins.py:None
Route
wildcard
self.app.route('/test_defaults')
tests/extension/test_app_extension.py:None