mhdzumair's picture
Fix streaming header & status issue
8013acb
raw
history blame
402 Bytes
SUPPORTED_RESPONSE_HEADERS = [
"accept-ranges",
"content-type",
"content-length",
"content-range",
"connection",
"transfer-encoding",
"last-modified",
"etag",
"server",
"date",
]
SUPPORTED_REQUEST_HEADERS = [
"accept",
"accept-encoding",
"accept-language",
"connection",
"transfer-encoding",
"range",
"if-range",
"user-agent",
]