首页>文档>边缘计算>直接返回JSON

直接返回JSON

// JSON 内容
const someJSON = {
    result: ['some', 'results'],
    errors: null,
    msg: 'this is a DuEdge generated json',
};
async function handleRequest(request) {
    const init = {
        headers: {
            'content-type': 'application/json;charset=UTF-8',
        },
    };
    // 直接返回 JSON
    return new Response(JSON.stringify(someJSON), init);
}
addEventListener('fetch', event => {
    return event.respondWith(handleRequest(event.request));
});
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
在线客服
主机帮
我们将24小时内回复。
2024-11-24 08:23:03
您好,有任何疑问请与我们联系!
您的工单我们已经收到,我们将会尽快跟您联系!
[QQ客服]
176363189
当幸福来敲门
[小黄]
17307799197
[企业邮箱]
sudu@yunjiasu.cc
取消

选择聊天工具: