PSPWebRequest | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias PSPWebRequest

    PSPWebRequest: Pick<Request, "method" | "headers" | "url" | "json" | "text"> & {
        clientIp: string;
    }

    A subset of the Request interface we need from PSPs