lambda-params-secrets
    Preparing search index...

    Class HttpRequester

    A bare-bones HTTP GET client.

    Implementation: NodeJS core http library.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    headers: OutgoingHttpHeaders

    Methods

    • Set the request headers

      Parameters

      • headers: OutgoingHttpHeaders

        request headers

      Returns void

    • GET the Parameter or Secret

      Parameters

      • url: string

        the localhost url endpoint for the Parameter or Secret

      Returns Promise<Response>