Skip to content

agent-core / Exports / IHttpHookDefinition

Interface: IHttpHookDefinition

HTTP hook — sends an HTTP request

Table of contents

Properties

Properties

type

type: "http"

Defined in

packages/agent-core/src/hooks/types.ts:25


url

url: string

Defined in

packages/agent-core/src/hooks/types.ts:26


headers

Optional headers: Record<string, string>

Defined in

packages/agent-core/src/hooks/types.ts:27


timeout

Optional timeout: number

Defined in

packages/agent-core/src/hooks/types.ts:28

Released under the MIT License.