Add files via upload

This commit is contained in:
Urlo30
2024-12-29 23:18:53 +01:00
committed by GitHub
parent 76987906b5
commit fb60e99822
40 changed files with 5170 additions and 0 deletions

17
mediaflow_proxy/const.py Normal file
View 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",
]