Merge "Fix api reference of object GET request with Range parameter"
This commit is contained in:
commit
7ff1055ff3
@ -234,9 +234,9 @@ Range:
|
|||||||
- **Suffix byte range specification**. Use LENGTH bytes to specify
|
- **Suffix byte range specification**. Use LENGTH bytes to specify
|
||||||
the length of the data range. The following forms of the header
|
the length of the data range. The following forms of the header
|
||||||
specify the following ranges of data: - ``Range: bytes=-5``. The
|
specify the following ranges of data: - ``Range: bytes=-5``. The
|
||||||
last five bytes. - ``Range: bytes=10-15``. The five bytes of data
|
last five bytes. - ``Range: bytes=10-15``. The six bytes of data
|
||||||
after a 10-byte offset. - ``Range: bytes=10-15,-5``. A multi-
|
after a 10-byte offset. - ``Range: bytes=10-15,-5``. A multi-
|
||||||
part response that contains the last five bytes and the five
|
part response that contains the last five bytes and the six
|
||||||
bytes of data after a 10-byte offset. The ``Content-Type``
|
bytes of data after a 10-byte offset. The ``Content-Type``
|
||||||
response header contains ``multipart/byteranges``. - ``Range:
|
response header contains ``multipart/byteranges``. - ``Range:
|
||||||
bytes=4-6``. Bytes 4 to 6 inclusive. - ``Range: bytes=2-2``. Byte
|
bytes=4-6``. Bytes 4 to 6 inclusive. - ``Range: bytes=2-2``. Byte
|
||||||
|
Loading…
Reference in New Issue
Block a user