Product tutorials, how-tos, and fully-documented APIs.

RiakCS Common Response Headers

    These are the headers that are common to all Riak CS REST responses.

    Content-Length - The length in bytes of the response body.

    Connection - Whether the connection to the server is open or closed.

    Date - The date and time that Riak CS responded, for example, Fri, 01 Jun 2012 12:00:00 GMT.

    ETag - The entity tag is an MD5 hash of the object and reflects only changes to the object contents, not the object's metadata. The ETag is set when an object is created.

    Server - The name of the server that created the response.