Space
The Space
commands within the DID Spaces SDK allow you to interact with your DID Space at a foundational level, primarily for checking its status or retrieving general metadata without fetching the full content of objects. This is particularly useful for quick availability checks or verifying space properties.
For detailed information on how to perform a HEAD request to inspect a DID Space, refer to the Head command documentation.
Head Command#
The Head
command enables you to perform a HEAD request against your DID Space. This operation retrieves only the metadata (headers) associated with the space, such as its existence and basic properties, without transferring any actual data. It's an efficient way to check if a space is accessible or to get high-level information quickly.
To learn more about the Head
command, including its parameters, return values, and usage examples, please visit the dedicated Head documentation.
This section provided an overview of the Space
command, focusing on its ability to perform HEAD requests. To dive deeper into the specifics of checking your DID Space's availability and metadata, proceed to the Head command documentation.