Re: [racket] usage of plt-web-server command

2012-09-05 Thread Jay McCarthy
It is not. serve/servlet takes an #:ssl? argument that enables SSL. Jay On Wed, Sep 5, 2012 at 9:06 AM, J G Cho wrote: > Thanks. Got curious because it (plt-web-server) seems to be the only > (?) way to use with SSL. > > On Fri, Aug 31, 2012 at 10:29 PM, Jay McCarthy wrote: >> On Fri, Aug 31, 2

Re: [racket] usage of plt-web-server command

2012-09-05 Thread J G Cho
Thanks. Got curious because it (plt-web-server) seems to be the only (?) way to use with SSL. On Fri, Aug 31, 2012 at 10:29 PM, Jay McCarthy wrote: > On Fri, Aug 31, 2012 at 11:49 AM, J G Cho wrote: >> Near the end of 3.9 Soft State section found on >> http://docs.racket-lang.org/web-server/stat

Re: [racket] usage of plt-web-server command

2012-08-31 Thread Jay McCarthy
On Fri, Aug 31, 2012 at 11:49 AM, J G Cho wrote: > Near the end of 3.9 Soft State section found on > http://docs.racket-lang.org/web-server/stateless.html?q=%23%3Aquit&q=rackunit&q=commandline&q=substring&q=dispatch-rules&q=response/full#(part._stateless-example) > > #lang web-server > > (provide

[racket] usage of plt-web-server command

2012-08-31 Thread J G Cho
Near the end of 3.9 Soft State section found on http://docs.racket-lang.org/web-server/stateless.html?q=%23%3Aquit&q=rackunit&q=commandline&q=substring&q=dispatch-rules&q=response/full#(part._stateless-example) #lang web-server (provide interface-version start) (define interface-version 'stateles