ts-lambda-api - v2.5.3
    Preparing search index...

    Interface ProxyEnv

    interface ProxyEnv {
        http_proxy?: string;
        HTTP_PROXY?: string;
        https_proxy?: string;
        HTTPS_PROXY?: string;
        no_proxy?: string;
        NO_PROXY?: string;
        TZ?: string;
        [key: string]: string;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: string
    Index

    Properties

    http_proxy?: string
    HTTP_PROXY?: string
    https_proxy?: string
    HTTPS_PROXY?: string
    no_proxy?: string
    NO_PROXY?: string
    TZ?: string

    Can be used to change the default timezone at runtime