mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Add missing constants to flask-cors stubs (#12585)
This commit is contained in:
@@ -32,6 +32,8 @@ ACL_ALLOW_HEADERS: str
|
||||
ACL_EXPOSE_HEADERS: str
|
||||
ACL_CREDENTIALS: str
|
||||
ACL_MAX_AGE: str
|
||||
ACL_RESPONSE_PRIVATE_NETWORK: str
|
||||
ACL_REQUEST_HEADER_PRIVATE_NETWORK: str
|
||||
ACL_REQUEST_METHOD: str
|
||||
ACL_REQUEST_HEADERS: str
|
||||
ALL_METHODS: list[str]
|
||||
|
||||
Reference in New Issue
Block a user