Expand description
Release manifest fetching and validation.
Structsยง
- Release
Binary ๐ - A single platform binary entry within a release manifest.
- Release
Manifest ๐ - Deserialized release manifest describing available binaries for an extension.
Functionsยง
- is_
allowed_ ๐manifest_ url - Returns
trueiflocationis an HTTPS URL, afile://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.