[racket] retrieving an https url

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Sat Jun 18 16:53:00 EDT 2011

Sam Tobin-Hochstadt wrote at 06/18/2011 04:30 PM:
> I've put all of these examples up on the GitHub Racket wiki:
>   https://github.com/plt/racket/wiki/HTTP-over-SSL
>
> Hopefully, that will be a useful reference the next time someone asks about SSL.
>   

HTTPS support should *really*, *really* be in Racket out of the box, so 
that "get-pure-port" and friends do the right thing whether it's HTTP or 
HTTPS.

No more sending users on wild goose chases through official manuals, and 
multiple wikis, and Googling through four different duplicate archives 
of the email list.

-- 
http://www.neilvandyke.org/


Posted on the users mailing list.