Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section provides general information about SCSP INFO that applies to both named and unnamed objects.

...

Code Block
languagexml
HEAD /06eec5e2c3f1aadcb41ef7fd52adc049 HTTP/1.1
  User-Agent: Swarm Client/0.1

Insert excerpt
public:WRITE for Unnamed Objectspublic:
WRITE for Unnamed Objects
nopaneltrue

...

Code Block
languagexml
HEAD /41A140B5271DC8D22FF8D027176A0821?alias=yes HTTP/1.1
  User-Agent: Swarm Client/0.1

Insert excerpt
public:WRITE for Unnamed Objectspublic:
WRITE for Unnamed Objects
nopaneltrue

...

The responses described in this section might be returned by the storage cluster in the case where the requested content was found. The content's meta-information can be returned directly by the node that received the request or the request might be redirected to another node in the cluster.

Info
titleNote

If you add ?checkIntegrity to HEAD and GET requests for the same object, you would see different Content-Length values in the responses will display. This occurs because the HEAD response returns the Content-Length of the manifest rather than the object.

The following response indicates that the requested object was located, but that another node in the cluster will service the request for meta-information. Additionally, all future requests of this storage cluster should be made through the new access node until another 301 response is received. There is no message-body, so the content length is always 0. The value of the Location header indicates which node in the cluster should receive the redirect.

...