Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface HttpServiceAdapterConfig

    interface HttpServiceAdapterConfig {
        baseUrl: string;
        headers?: Record<string, string>;
        operations?: Record<string, string | HttpServiceOperation>;
        retry?: HttpRetryPolicy;
        timeout?: number;
    }
    Index

    Properties

    baseUrl: string
    headers?: Record<string, string>
    operations?: Record<string, string | HttpServiceOperation>
    timeout?: number