zibri
    Preparing search index...
    • Check whether or not the given value is a http request.

      Parameters

      • value: unknown

        The value to check.

      Returns value is HttpRequest<
          unknown,
          Record<string, string | undefined>,
          Record<string, string | undefined>,
          Partial<Record<KnownHeader, string | undefined>>,
      >

      True when value is an instance of HttpError, false otherwise.