Expand description
Remote plugin loading functionality
This module provides functionality for downloading plugins from remote sources:
- HTTP/HTTPS URLs (direct files or archives)
- Git repositories with version pinning
- Plugin registries
§Security Features
- SHA-256 checksum verification
- SSL certificate validation
- Download size limits
- Timeout configuration
- Retry logic with exponential backoff
- Download caching
Structs§
- Remote
Plugin Config - Configuration for remote plugin loading
- Remote
Plugin Loader - Remote plugin loader for downloading plugins from URLs