In this video we will be looking at the Axios HTTP client to make requests, add headers, create interceptors and more
Code:
https://github.com/bradtraversy/axios-crash
Intro - 0:30
Interface & Files Explain - 2:15
GET Request & Response Explain - 3:56
POST Request - 9:58
PUT/PATCH Request - 12:25
DELETE Request - 14:35
Simultaneous Requests - 15:30
Interceptors - 19:35
Custom Headers - 22:40
Transform Response - 24:38
Globals - 27:00
Error Handling - 29:16
Cancel Tokens - 33:50
Axios Instances - 36:33
Timeout - 39:07
#Axios #javascript #web-development