Adam Voliva

Results 2 issues of Adam Voliva

Adds ability to use URL objects in requests a la fetch API. Example ```axios.get(new URL('https://some-domain.com/api/'))``` https://github.com/axios/axios/issues/4867

There should be an option to use URL objects a la Fetch API. Example: ```axios.get(new URL('https://some-domain.com/api/'))```