https://axios-http.com/docs/req_config
English Português Brasileiro Deutsch 中文 Українська کوردی Español Français Türkçe 한국어 Tiếng Việt فارسی Русский Arabic 日本語 Introduction Example POST Requests Axios API The Axios Instance Request Config Response Schema Config Defaults Interceptors Handling Errors Cancellation 🆕 URL-Encoding Bodies 🆕 Multipart Bodies Notes Code of Conduct Collaborator Guide Contributing to Axios Translating these docs These are the available config options for making requests. Only the url is required. Requests will default to GET if method is not specified. { // `url` is the server URL that will be used for the request url : '/user' , // `method` is the request method to be used when making the request method : 'get' , // default // `baseURL` will be prepended to `url` unless `url` is absolute...