guile-user
[Top][All Lists]
Advanced

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

Re: http-request procedure missing or not exported from web client


From: Mark H Weaver
Subject: Re: http-request procedure missing or not exported from web client
Date: Tue, 13 Nov 2018 22:20:10 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Zelphir Kaltstahl <address@hidden> writes:

> 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?

Guile-2.2.4 is the first version to export 'http-request'.

       Mark



reply via email to

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