From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: Re: A (probably silly) problem with request.el Date: Fri, 05 Jun 2015 12:09:52 +0200 Message-ID: <87h9qmsbyn.fsf@members.fsf.org> References: <87bngv89g5.fsf@mbork.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1433499042 15329 80.91.229.3 (5 Jun 2015 10:10:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2015 10:10:42 +0000 (UTC) Cc: Help Gnu Emacs mailing list To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 05 12:10:22 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z0oZl-0007TT-8h for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jun 2015 12:10:09 +0200 Original-Received: from localhost ([::1]:46228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0oZk-0004OZ-Hj for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jun 2015 06:10:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0oZZ-0004OT-9y for help-gnu-emacs@gnu.org; Fri, 05 Jun 2015 06:09:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0oZW-0003Cl-4k for help-gnu-emacs@gnu.org; Fri, 05 Jun 2015 06:09:57 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:53379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0oZV-0003CF-V5 for help-gnu-emacs@gnu.org; Fri, 05 Jun 2015 06:09:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjoKABp0cVWkD4Xx/2dsb2JhbABbg2RerFcBAQEBAQEGk2CFewKCAQEBAQEBAYELQQWDXQEBAwF5BQsIAw4TJQ8BBEkTiCUIDdtXASuGGYUqhQYHhC0Fl16IVYYJj18kg3k8MYJHAQEB Original-Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 05 Jun 2015 12:09:52 +0200 In-Reply-To: <87bngv89g5.fsf@mbork.pl> (Marcin Borkowski's message of "Thu, 04 Jun 2015 23:12:10 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104767 Archived-At: Marcin Borkowski 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.