Generation

generate functionTue, 04 Apr 2023

post axios whit content-type

async function post (url, data) { return await axios({ method: 'post', url: url, data: data, headers: {'Content-Type': 'application/x-www-form-urlencoded'} }); }

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant