Skip to content

Commit bade7aa

Browse files
author
libertyzhu
committed
支持设置Accept-Encoding请求头
1 parent 4f1d677 commit bade7aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qcloud_cos/cos_comm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
'Referer': 'Referer',
6464
'PicOperations': 'Pic-Operations',
6565
'TrafficLimit': 'x-cos-traffic-limit',
66-
'Accept': 'Accept'
66+
'Accept': 'Accept',
67+
'AcceptEncoding': 'Accept-Encoding',
6768
}
6869

6970

0 commit comments

Comments
 (0)