Axios는 JavaScript에서 데이터를 주고받는 도구
브라우저와 Node.js에서 사용
Promise기반 HTTP 클라이언트 라이브러리
HTTP 요청과 응답 데이터를 다루는 다양한 기능을 제공
인터셉터(interceptors)를 제공
JSON 데이터 자동 변환 제공
https://axios-http.com/kr/docs/intro
https://standout.tistory.com/60
https://standout.tistory.com/460
https://standout.tistory.com/522
https://standout.tistory.com/521
'이론' 카테고리의 다른 글
AJAX란? (0) | 2023.04.24 |
---|---|
클라이언트 라이브러리 (0) | 2023.04.24 |
HTTP 클라이언트 라이브러리 (0) | 2023.04.24 |
HTTP란? (0) | 2023.04.24 |
통신 프로토콜이란? (0) | 2023.04.24 |