tkf / emacs-request

Request.el -- Easy HTTP request for Emacs Lisp
http://tkf.github.com/emacs-request/
GNU General Public License v3.0
629 stars 93 forks source link

Fixes #115 #116

Closed dickmao closed 5 years ago

dickmao commented 5 years ago

Under curl backend, the request--curl-callback will take care of calling request--callback, and request-response--timeout-callback should not do it again!

matthew-piziak commented 5 years ago

Thank you!

titaniumbones commented 5 years ago

I'm sorry I've been misisng in action -- @dickmao I don't have time to test this right away but if you feel ocnfident I will at lest merge to development, and hten prepare, ifnally ,to make that release we talked about in December (!!). If you have time to add some "Recent Updates" lines ot hte README that would be great, other wise I will make en effort to do those minor doc changes early next week.

matthew-piziak commented 5 years ago

Any way I can help here?

matthew-piziak commented 5 years ago

Looking forward to this. :) This will fix my mode line spam.

matthew-piziak commented 5 years ago

Any updates here? This keeps spamming my messages buffer. Any way I can help?

matthew-piziak commented 5 years ago

I've started using this branch directly with the following straight.el recipe:

(use-package request
  :straight (request :type git :host github :repo "dickmao/emacs-request" :branch "development"))