mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
handlers: GetObject and HeadObject support more responses. (#2403)
- response-content-encoding. - response-content-language. Fixes #2393
This commit is contained in:
parent
8274ac2e5a
commit
97c1289659
@ -36,6 +36,8 @@ var supportedGetReqParams = map[string]string{
|
|||||||
"response-expires": "Expires",
|
"response-expires": "Expires",
|
||||||
"response-content-type": "Content-Type",
|
"response-content-type": "Content-Type",
|
||||||
"response-cache-control": "Cache-Control",
|
"response-cache-control": "Cache-Control",
|
||||||
|
"response-content-encoding": "Content-Encoding",
|
||||||
|
"response-content-language": "Content-Language",
|
||||||
"response-content-disposition": "Content-Disposition",
|
"response-content-disposition": "Content-Disposition",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user