beefweb
beefweb copied to clipboard
Replace axios with fetch
Currently outdated version of axios is used.
Instead of upgrading it we can replace axios with fetch.
fetch API is widely supported by browsers as well as node (via node-fetch package).
Using this API will allow to have single RequestHandler implementation for all environments.