注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
getUrl must return this type.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
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;
