On 11/05/2022 05:19 -0500, Adam Porter wrote:
> plz.el is a library to make HTTP requests using curl, akin to url.el and
> request.el. It attempts to provide a better API and avoid some of the
> problems found in the other libraries, such as with callbacks.
It would be great to be able to add "backends" to url.el, like for
example curl-based one... So you don't have several similar APIs
around.