Skip to content

IrohHttpBinding

Defined in: src/client/httpi.ts:36

Dependency-injection surface implemented by @momics/iroh-http-node.

createNode(options?): Promise<IrohHttpNode>;

Defined in: src/client/httpi.ts:38

Bind a native Iroh endpoint for outgoing HTTP-over-Iroh requests.

Parameter Type
options? NodeOptions

Promise<IrohHttpNode>