Function: ghub--handle-response-payload

ghub--handle-response-payload is a byte-compiled function defined in ghub.el.

Signature

(ghub--handle-response-payload REQ)

Source Code

;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub.el
(defun ghub--handle-response-payload (req)
  (funcall (or (ghub--req-reader req)
               'ghub--read-json-payload)
           url-http-response-status))