const response = await axios.get('https://stream.example.com', { headers: {Authorization: `Bearer ${token}`, responseType: 'stream' }); ...
確定! 回上一頁