Expand description
env:// backend for hasp.
Grammar: env://VAR_NAME where the host component is the
environment variable name.
Supported operations:
get: readsstd::env::var(var_name)exists: checksstd::env::var(var_name).is_ok()put,list,delete:UnsupportedOperation
Platform-specific failure modes:
- None (stdlib only).
NotFoundis returned when the variable is unset.
Structs§
- EnvBackend
- Stdlib-only backend that reads secrets from environment variables.
- EnvUrl
- URL shape for
env://addresses.