help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make HTTP request with custom headers


From: Andrey Torba
Subject: make HTTP request with custom headers
Date: Sat, 23 Oct 2010 11:13:15 +0300

Hello,

I need HTTP request with custom headers:

(let ((url-http-extra-headers '(("name" . "value"))))

  (url-http (url-generic-parse-url "http://myhost/";)
            (lambda () (print "hello"))
            nil))

I use `url-http-extra-headers' variable from url-http.el module to
pass extra headers but no effect.
What do i do wrong?

--
Regards, Andrey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]