Skip to main content
Defined in: typescript/src/transport/HttpTransport.ts:140 Canonical SDK transport.

Implements

Constructors

Constructor

new HttpTransport(configuration): HttpTransport
Defined in: typescript/src/transport/HttpTransport.ts:141

Parameters

configuration
Configuration

Returns

HttpTransport

Methods

send()

send<T>(request): Promise<TransportResponse<T>>
Defined in: typescript/src/transport/HttpTransport.ts:143 Sends a request to the Parmana Runtime.

Type Parameters

T
T

Parameters

request
TransportRequest

Returns

Promise<TransportResponse<T>>

Implementation of

Transport.send