Module remote

Module remote 

Source
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§

RemotePluginConfig
Configuration for remote plugin loading
RemotePluginLoader
Remote plugin loader for downloading plugins from URLs