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

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

Re: A (probably silly) problem with request.el


From: Nicolas Richard
Subject: Re: A (probably silly) problem with request.el
Date: Fri, 05 Jun 2015 12:09:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Marcin Borkowski <mbork@mbork.pl> writes:

> Hi all,
>
> I'd like to write a small library which needs to make HTTP requests.
> Now I'm completely new to this whole networking thing, but I know I can
> say e.g.
>
> curl http://google.com
>
> at the command line.  However,
>
> (require 'request)
> (request "http://google.com";)

Google provides examples of use:
http://tkf.github.io/emacs-request/

Also C-h f request RET provides documentation.

HTH,

-- 
Nico.



reply via email to

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