📜  axios response.json - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:07.259000             🧑  作者: Mango

代码示例3
const res = await axios.put('https://httpbin.org/put', { hello: 'world' });

res.data.headers['Content-Type']; // application/json;charset=utf-8