Function: url-http-debug
url-http-debug is a byte-compiled function defined in url-http.el.gz.
Signature
(url-http-debug &rest ARGS)
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-http.el.gz
;(eval-when-compile
;; These are all macros so that they are hidden from external sight
;; when the file is byte-compiled.
;;
;; This allows us to expose just the entry points we want.
;; These routines will allow us to implement persistent HTTP
;; connections.
(defsubst url-http-debug (&rest args)
(apply #'url-debug 'http args))