actpkg.dev
Components

library/http-client

v0.2.4 Signed

HTTP client ACT component

by @library updated 2026-07-16 640 KB 0

Install

$ act pull actpkg.dev/library/http-client

Capabilities

Moderate host access

Requests: Network (HTTP).

  • wasi:http Network (HTTP)

    *

Risk Low Medium High

Tools · 1

act:tools interface — expand a tool for its input schema.

  • fetch

    Make an HTTP request

    ParameterTypeDescription
    url*stringURL to fetch
    methodstringHTTP method (default GET)
    headersobjectRequest headers as key-value pairs
    timeout_msinteger | nullRequest timeout in milliseconds
    follow_redirectsbooleanWhether to follow redirects (default true)

    Returns content.

Readme

No README provided.