simple-get icon indicating copy to clipboard operation
simple-get copied to clipboard

Switch implementation and public api to WHATWG URL style

Open LinusU opened this issue 4 years ago • 0 comments

This switches the public API to use the options defined by WHATWG URL instead of Node.js http.request. Avoids depending on deprecated url and querystring. Background discussion in https://github.com/feross/simple-get/pull/55#issuecomment-1030846150

(targeting gh-actions for now but will rebase on master once #77 is merged)

We probably want to update the readme to add more documentation on allowed properties:

Fixes #53, Fixes #50

LinusU avatar Feb 06 '22 15:02 LinusU