[plt-scheme] Making HTTPS requests
At Wed, 6 Oct 2004 18:07:21 -0400, "Anton van Straaten" wrote:
> Is it possible to make an HTTPS request (notice the "S") using PLT? I see
> the openssl collection lurking amongst the other collections, but it looks
> like I'd have to hack url-unit.ss to make it use that.
"web-server-unit.ss" in the "web-server" collection provides a unit
that imports net:tcp^. You can link it with a unit produced by
`make-ssl-tcp@' from "ssl-tcp-unit.ss" in "net".
See "web-status-server.ss" in "handin-server" (in CVS) for an example.
Matthew