unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Thomas Morley <thomasmorley65@gmail.com>
To: zelphirkaltstahl@gmail.com
Cc: guile-user@gnu.org
Subject: Re: http-request procedure missing or not exported from web client
Date: Tue, 13 Nov 2018 23:57:41 +0100	[thread overview]
Message-ID: <CABsfGyXWYg=SOkZ2To3Hi9GDxEuDiCJxGw08i2wOSrinkjXu6A@mail.gmail.com> (raw)
In-Reply-To: <56df44bf-adca-87a7-755b-f0a9559c0812@gmail.com>

Am Di., 13. Nov. 2018 um 22:50 Uhr schrieb Zelphir Kaltstahl
<zelphirkaltstahl@gmail.com>:
>
> Hi!
>
> I recently noticed, that the procedure ~http-request~
> (https://www.gnu.org/software/guile/manual/html_node/Web-Client.html)
> does not seem to be available when I do:
>
> ~~~
>
> (use-modules (web client))
> (http-request ...)
>
> ~~~
>
> However, the specialised procedures like ~http-get~ are available.
>
> Are the docs wrong or is my Guile (2.2.3) too old or did I misunderstand
> the docs?
>
> Regards,
>
> Zelphir
>

FWIW, doing in a guile-prompt with guile-2.2.4:

$ ./guile/meta/guile
GNU Guile 2.2.4.9-71f536
Copyright (C) 1995-2017 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> (use-modules (web client))
scheme@(guile-user)> http-request
$1 = #<procedure http-request (uri #:key body port method version
keep-alive? headers decode-body? streaming? request)>

Don't have 2.2.3 any more, though.

Cheers,
  Harm



  reply	other threads:[~2018-11-13 22:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-13 21:50 http-request procedure missing or not exported from web client Zelphir Kaltstahl
2018-11-13 22:57 ` Thomas Morley [this message]
2018-11-13 23:04   ` Zelphir Kaltstahl
2018-11-14  3:20 ` Mark H Weaver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABsfGyXWYg=SOkZ2To3Hi9GDxEuDiCJxGw08i2wOSrinkjXu6A@mail.gmail.com' \
    --to=thomasmorley65@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=zelphirkaltstahl@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).