Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

axios put request

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

res.data.headers['Content-Type']; 
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #axios #put #request
ADD COMMENT
Topic
Name
8+1 =