HTTP: Difference between revisions

Content added Content deleted
(Emacs Lisp: Improve solution, add asynchronous version)
m (Emacs Lisp: Fix formatting)
Line 1,067: Line 1,067:
=={{header|Emacs Lisp}}==
=={{header|Emacs Lisp}}==


{libheader|url.el}}
{{libheader|url.el}}

<code>url-retrieve-synchronously</code> returns a buffer containing headers and body. Caller must kill the buffer when no longer needed.
<code>url-retrieve-synchronously</code> returns a buffer containing headers and body. Caller must kill the buffer when no longer needed.