브라우저, node.js를 위한 Promis API를 활용하는 HTTP 비동기 통신 라이브러리
axios.get[url,[,config]]
axios.post("url주소",{data 객체},[,config])
axios.delete(url,[,config])
4.PUT
axios.put(url[,data[,config]])