Documentation Index
Fetch the complete documentation index at: https://docs.aspect.build/llms.txt
Use this file to discover all available pages before exploring further.
function ConfigContext.http
The
http attribute provides a programmatic interface for making HTTP requests. It is used to fetch data from remote servers and can be used in conjunction with other aspects to perform complex data processing tasks.
Example
property ConfigContext.features
Access to the feature map for configuring feature instances.
Usage:
property ConfigContext.std
Standard library is the foundation of powerful AXL tasks.
property ConfigContext.tasks
property ConfigContext.telemetry
Telemetry handle. Use
ctx.telemetry.exporters.add(url=..., ...) to register OTLP exporters before any task runs.
property ConfigContext.template
Expand template files.
property ConfigContext.traits
Access to the trait map for configuring trait instances.
Usage:
property ConfigContext.wasm
EXPERIMENTAL! Run wasm programs within tasks.

