# Packages
Package apiserver provides primitives to interact with the openapi HTTP API.
# Functions
IsObjectToken check that provided token is for object.
NewAPI creates a new RestAPI using specified logger, connection pool and other parameters.
NewRangeReader creates a new RangeReader for a given byte range.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
PrmAPI groups parameters to init rest API.
PrmAttributes groups parameters to form attributes from request headers.
RangeReader allows reading data from both []byte `payloadHead` and io.ReadCloser `payload` starting from position `start`, regardless of where the `start` is.
RestAPI is a REST v1 request handler.
No description provided by the author