[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [EXT] What do you use to make HTTP requests?
From: |
Thompson, David |
Subject: |
Re: [EXT] What do you use to make HTTP requests? |
Date: |
Wed, 10 Aug 2022 09:23:51 -0400 |
Hi James,
For whatever it's worth, I prefer Guile's built-in web modules, especially
now that they can handle https.
- Dave
On Wed, Aug 10, 2022 at 4:41 AM James Crake-Merani <james@jamescm.co.uk>
wrote:
> Hi,
>
> I'm just curious as to which library people prefer. I know Guile comes
> with its web libraries that let you make HTTP requests, but I'm also aware
> that libcurl has bindings for Guile. Do you prefer the former, or the
> latter? Or are there any other libraries that do HTTP requests that I've
> not heard of?
>
> Thanks.
>
>