# Functions
GetObject reads the object by address.
HeadObject reads object header by address.
PayloadRange reads object payload range by address.
PutObject saves the object in local storage of the remote node.
ReportError drops client connection if possible.
SearchObjects selects objects from container which match the filters.
# Structs
GetObjectPrm groups parameters of GetObject operation.
GetObjectRes groups the resulting values of GetObject operation.
HeadObjectPrm groups parameters of HeadObject operation.
HeadObjectRes groups the resulting values of GetObject operation.
PayloadRangePrm groups parameters of PayloadRange operation.
PayloadRangeRes groups the resulting values of GetObject operation.
PutObjectPrm groups parameters of PutObject operation.
PutObjectRes groups the resulting values of PutObject operation.
SearchObjectsPrm groups parameters of SearchObjects operation.
SearchObjectsRes groups the resulting values of SearchObjects operation.