Hello Peter,

I've experimented a bit and found it's a matter of shuffling the imports
around.  Here's an example:

    (import scheme)
    (import (chicken base))
    (import (chicken io))
    (import openssl) ; HACK: this must precede the http-client import
    (import http-client)
    
    (with-input-from-request "https://en.wikipedia.org/wiki/Cat"; #f read-string)

Vasilij

Attachment: signature.asc
Description: PGP signature

Reply via email to