[JS] axios와 headers
·
javascript
fetch 함수에 이어서 자바스크립트 내장 함수가 아닌 axios에 대해 알아보려고 한다. 우선 fetch는 구문 분석이 필요하다는 단점이 있었다. axios는 구문 분석을 따로 하지 않아도 된다는 장점이 있다. 내장함수가 아니기 때문에 외부에서 추가 빌드가 필요하다. https://github.com/axios/axios GitHub - axios/axios: Promise based HTTP client for the browser and node.js Promise based HTTP client for the browser and node.js - GitHub - axios/axios: Promise based HTTP client for the browser and node.js github.c..
개발짜옹
'headers' 태그의 글 목록