Since Express' internally uses the native HTTP modules, you should use one or the other. // Express res.status(401); res.send('string'); // ...
確定! 回上一頁