mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove zstd
parent
9d7806affa
commit
ccba57d9d8
|
@ -17,7 +17,6 @@ GET/HEAD operations are direction http requests to file ids, e.g., `http://127.0
|
|||
| Range | for http range request, support multiple ranges | empty |
|
||||
| If-Modified-Since | format "Mon, 02 Jan 2006 15:04:05 GMT", if not modified, return StatusNotModified 304 | empty |
|
||||
| If-None-Match | if matches the ETag, return StatusNotModified 304 | empty |
|
||||
| Accept-Encoding: zstd | compress response by zstd | empty |
|
||||
| Accept-Encoding: gzip | compress response by gzip | empty |
|
||||
|
||||
|
||||
|
@ -42,7 +41,6 @@ The size returned is the size stored on SeaweedFS, sometimes the file is automat
|
|||
| Request Header | Description | Default |
|
||||
| ---- | -- | -- |
|
||||
| Content-Encoding: gzip|the uploaded content is already compressed to gzip | empty |
|
||||
| Content-Encoding: zstd|the uploaded content is already compressed to zstd | empty |
|
||||
| Content-Type | use the specified content type | "application/octet-stream" |
|
||||
| Content-MD5 | verify the uploaded content by MD5 | empty |
|
||||
| Authorization | Json Web Token for writes issued by master | empty |
|
||||
|
|
Loading…
Reference in a new issue