axios-axios/lib
Lochlan Bunn fe7d09bb08 Fixing combineURLs to support an empty relativeURL (#581)
* Fixing combineURLs to support an empty relativeURL

When combining the base and relative URLs, we should forego force
appending a slash to the base when the relative URL is empty.
This leads to a semantic url.

* Fixing combineURLs, allowing single slash relatives
2016-12-07 21:23:45 -08:00
..
adapters Fixing issue with btoa and IE 2016-10-28 21:19:27 -07:00
cancel Adding axios.isCancel method 2016-09-21 18:47:37 -07:00
core Fixing bug with custom intances and global defaults 2016-11-26 18:17:21 -08:00
helpers Fixing combineURLs to support an empty relativeURL (#581) 2016-12-07 21:23:45 -08:00
axios.js Fixing bug with custom intances and global defaults 2016-11-26 18:17:21 -08:00
defaults.js remove PROTECTION_PREFIX support 2016-11-28 11:16:55 +00:00
utils.js Replacing Object.hasOwnProperty with Object.prototype.hasOwnProperty 2016-09-12 11:26:40 -07:00