📜  github axios - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:35.890000             🧑  作者: Mango

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

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