mirror of
https://github.com/UrloMythus/UnHided.git
synced 2026-04-09 02:40:47 +00:00
18 lines
291 B
Python
18 lines
291 B
Python
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",
|
|
]
|