mirror of
https://github.com/UrloMythus/UnHided.git
synced 2026-04-11 11:50:51 +00:00
Add files via upload
This commit is contained in:
17
mediaflow_proxy/const.py
Normal file
17
mediaflow_proxy/const.py
Normal file
@@ -0,0 +1,17 @@
|
||||
SUPPORTED_RESPONSE_HEADERS = [
|
||||
"accept-ranges",
|
||||
"content-type",
|
||||
"content-length",
|
||||
"content-range",
|
||||
"connection",
|
||||
"transfer-encoding",
|
||||
"last-modified",
|
||||
"etag",
|
||||
"cache-control",
|
||||
"expires",
|
||||
]
|
||||
|
||||
SUPPORTED_REQUEST_HEADERS = [
|
||||
"range",
|
||||
"if-range",
|
||||
]
|
||||
Reference in New Issue
Block a user