注意: 此页面尚未翻译成中文。以下内容为英文原版。
type GetUrlResponse: {
"body": null | Uint8Array;
"headers": Record<string, string>;
"statusCode": number;
"statusMessage": string;
};
getUrl
must return this type.
body: null | Uint8Array;
headers: Record<string, string>;
statusCode: number;
statusMessage: string;