CoolFace
Apppublic

MdeMoLii/mediaflow-proxy

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
const.py25 linesDownload Raw Back to mediaflow_proxy
1SUPPORTED_RESPONSE_HEADERS = [2    "accept-ranges",3    "content-type",4    "content-length",5    "content-range",6    "connection",7    "transfer-encoding",8    "last-modified",9    "etag",10    "cache-control",11    "expires",12]13 14SUPPORTED_REQUEST_HEADERS = [15    "accept",16    "accept-encoding",17    "accept-language",18    "connection",19    "range",20    "if-range",21    "user-agent",22    "referer",23    "origin",24]25