unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* web: New ‘http-get*’ and ‘response-body-port’ procedures
@ 2012-11-28 22:00 Ludovic Courtès
  2012-11-30  1:56 ` Daniel Hartwig
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2012-11-28 22:00 UTC (permalink / raw)
  To: guile-devel

Hi,

I just added two web client procedures: ‘response-body-port’ and
‘http-get*’, both of which return an input port from which to read a
response’s body.

Previously, ‘http-get’ and ‘read-response-body’ kindly invited the user
to store everything in memory, which is not always desirable.  Hence
these new procedures.

Comments welcome!

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: web: New ‘http-get*’ and ‘response-body-port’ procedures
  2012-11-28 22:00 web: New ‘http-get*’ and ‘response-body-port’ procedures Ludovic Courtès
@ 2012-11-30  1:56 ` Daniel Hartwig
  2012-11-30  9:28   ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Hartwig @ 2012-11-30  1:56 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guile-devel

On 29 November 2012 06:00, Ludovic Courtès <ludo@gnu.org> wrote:
> Hi,
>
> I just added two web client procedures: ‘response-body-port’ and
> ‘http-get*’, both of which return an input port from which to read a
> response’s body.

Hi

This is a very useful and tidily done addition.  Makes sense, diff
looks ok, and worked on some quick trials.

Regards



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: web: New ‘http-get*’ and ‘response-body-port’ procedures
  2012-11-30  1:56 ` Daniel Hartwig
@ 2012-11-30  9:28   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2012-11-30  9:28 UTC (permalink / raw)
  To: Daniel Hartwig; +Cc: guile-devel

Hi Daniel,

Daniel Hartwig <mandyke@gmail.com> skribis:

> This is a very useful and tidily done addition.  Makes sense, diff
> looks ok, and worked on some quick trials.

Thanks for the review.  (I reckon I should have posted it earlier, to
leave more time for review, though.)

Ludo’.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-30  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 22:00 web: New ‘http-get*’ and ‘response-body-port’ procedures Ludovic Courtès
2012-11-30  1:56 ` Daniel Hartwig
2012-11-30  9:28   ` Ludovic Courtès

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).