Skip to main content

Module manifest

Module manifest 

Source
Expand description

Release manifest fetching and validation.

Structsยง

ReleaseBinary ๐Ÿ”’
A single platform binary entry within a release manifest.
ReleaseManifest ๐Ÿ”’
Deserialized release manifest describing available binaries for an extension.

Functionsยง

is_allowed_manifest_url ๐Ÿ”’
Returns true if location is an HTTPS URL, a file:// URL, or a local filesystem path (i.e. not a URL with some other scheme).
load_manifest ๐Ÿ”’
Fetches and deserializes a release manifest from a URL or local path.