[racket] retrieving an https url

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Sat Jun 18 20:58:48 EDT 2011

2011/6/18 Jordan Schatz <jordan at noionlabs.com>:
>> 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.
> I'd second that...
>
> I haven't gotten to it yet but I think serving HTTPS also requires
> jumping through some hoops?

What is hoopish about adding "--ssl" to the command line or adding
"#:ssl? #t" to the function interface?

Jay

>
> Anyway HTTPS is something I have to deal with all the time in my work as
> a web developer and I think it would help people's perception of racket
> as a professional web dev language if it was more out of the box.
>
> Shalom,
> Jordan
>
> On Sat, Jun 18, 2011 at 04:53:00PM -0400, Neil Van Dyke wrote:
>> 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/
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/users
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93



Posted on the users mailing list.