How do I make https
requests using Guile? I make plain http
requests using web client
(http-get "http://example.com" #:streaming? #t)
When I try to make https
requests the same way, though, I get the
400 The plain HTTP request was sent to HTTPS port
error.