# Functions
the api constructor initialises.
No description provided by the author
create a default config with all parameters to set to defaults.
No description provided by the author
No description provided by the author
Parse parses rawuri into a URI struct, where rawuri is expected to have one of the following formats:
* <scheme>:/ * <scheme>:/<addr> * <scheme>:/<addr>/<path> * <scheme>:// * <scheme>://<addr> * <scheme>://<addr>/<path>
with scheme one of bzz, bzz-raw, bzz-immutable, bzz-list or bzz-hash or deprecated ones bzzr and bzzi.
file system manifest always contains regularized paths no leading or trailing slashes, only single slashes inside.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
SkipManifest is used as a return value from WalkFn to indicate that the manifest should be skipped.
# Structs
Api implements webserver/file system related content storage and retrieval
on top of the dpa
it is the public interface of the dpa which is included in the ethereum stack
*/.
separate bzz directories allow several bzz nodes running in parallel.
No description provided by the author
No description provided by the author
Manifest represents a swarm manifest.
ManifestEntry represents an entry in a swarm manifest.
ManifestList represents the result of listing files in a manifest.
ManifestWalker is used to recursively walk the entries in the manifest and all of its submanifests.
ManifestWriter is used to add and remove entries from an underlying manifest.
No description provided by the author
implements a service
DEPRECATED: Use the HTTP API instead.
URI is a reference to content stored in swarm.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
WalkFn is the type of function called for each entry visited by a recursive manifest walk.