object-api/openstack-object-storage-dev/samples/object-get-ranges-resp.txt
Fabien Boucher d313263bb7 Complete information for Range header of GET object
The range header allows to specify multiple ranges.
Add some examples using the Range header.

Change-Id: I28ef60e5d7c8dc2a8973a2c3548cbef3128ff25a
2013-12-20 08:56:46 -06:00

21 lines
521 B
Plaintext

HTTP/1.1 206 Partial Content
Content-Length: 265
Content-Type: multipart/byteranges;boundary=4789b20f24cc4d2a8da2e552e151e6fe
Accept-Ranges: bytes
Last-Modified: Wed, 11 Dec 2013 01:03:26 GMT
Etag: 3749f52bb326ae96782b42dc0a97b4c1
Date: Wed, 11 Dec 2013 06:13:41 GMT
--4789b20f24cc4d2a8da2e552e151e6fe
Content-Type: application/octet-stream
Content-Range: bytes 1-3/10
123
--4789b20f24cc4d2a8da2e552e151e6fe
Content-Type: application/octet-stream
Content-Range: bytes 2-5/10
2345
--4789b20f24cc4d2a8da2e552e151e6fe--