Variable: ghub-response-headers

ghub-response-headers is a variable defined in ghub.el.

Value

nil

Documentation

The headers returned in response to the last request.

ghub-request returns the response body and stores the response headers in this variable.

Source Code

;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub.el
(defvar ghub-response-headers nil
  "The headers returned in response to the last request.
`ghub-request' returns the response body and stores the
response headers in this variable.")