Execute Python in a secure and isolated runtime environment
stdout
and stderr
as you typically would.
stdin
and access command line arguments and environment
variables, all as you typically would.
files
parameter in the WASI and V8 environments.
This feature is not yet available in the microVM environment.
See the Files reference for more details.
http
request parameter. See the HTTP
reference for a full example.requests
or httpx
packages. Protocols other
than HTTP are not supported, and code can’t access the network directly.
http
request parameter to allow traffic to all hosts. Host-specific
network controls are not yet supported.