branch: externals/plz commit 51404566faf6c7b358491a68183fb59328a9603d Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Notes: Add fetch.el @ebpa's project looks very interesting! --- notes.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notes.org b/notes.org index 8944270d80..625db5a0a7 100644 --- a/notes.org +++ b/notes.org @@ -70,3 +70,12 @@ Assuming that =plz= has already called =decode-coding-region=, this is straightf #+END_SRC *** HTTP response with headers + +* References + +** Similar projects + +*** [[https://github.com/ebpa/fetch.el][GitHub - ebpa/fetch.el: A simple HTTP request library modeled after the web browser API]] + +A nice-looking wrapper for =url.el=. +