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