Version 0.3.3 of package Request has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Request describes itself as: ================================ Compatible layer for URL request ================================ More at https://elpa.nongnu.org/nongnu/request.html ## Summary: |build-status| |melpa-badge| |melpa-stable-badge| ==================================== request.el -- an elisp HTTP library ==================================== Uses ``curl`` as its backend or Emacs's native ``url.el`` library if ``curl`` is not found. The default encoding for requests is ``utf-8``. Please explicitly specify ``:encoding 'binary`` for binary data. Install ======= As described in `Getting started`_, ensure melpa's whereabouts in ``init.el`` or ``.emacs``:: (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) Then :: M-x package-refresh-contents RET M-x package-install RET request RET Alternatively, directly clone this repo and ``make install``. Examples ======== GET: .. code:: emacs-lisp ## Recent NEWS: [Not provided 🙁]
