hammerspoon2-docs
    Preparing search index...

    Function get

    • Perform an HTTP GET request.

      Parameters

      • url: string

        The URL to request.

      • Optionalheaders: Record<string, string> | null

        Optional dictionary of request headers.

      Returns Promise<any>

      Resolves with the HTTP response.