[Haskell-cafe] HTTPS in Haskell
Pasqualino 'Titto' Assini
tittoassini at gmail.com
Sat Aug 19 07:04:36 EDT 2006
Hi Adam,
I believe that this is simply to detect that the WASH CGI script is being
invoked using HTTPS while running into a Web server (say Apache) that
supports it.
titto
> -----Original Message-----
> From: haskell-cafe-bounces at haskell.org [mailto:haskell-cafe-
> bounces at haskell.org] On Behalf Of Adam Peacock
> Sent: 19 August 2006 02:34
> To: Haskell-Cafe at haskell.org
> Subject: Re: [Haskell-cafe] HTTPS in Haskell
>
> On 8/18/06, Pasqualino 'Titto' Assini <tittoassini at gmail.com> wrote:
> >
> > Is there any implementation of HTTPS/SSL in Haskell?
> >
> >
> >
> > This would seem to be critical to develop commercial web applications.
>
> WASH has a run time function ( runWithOptions ) that has type:
>
> runWithOptions :: CGIOptions -> CGI () -> IO ()
>
> with...
>
> type CGIOptions = [CGIOption]
>
> data CGIOption =
> ....
> AutoHttps -- autodetect Https by checking for port number 443 and env var
> HTTPS
> ...
>
> Taken from:
>
> http://www.informatik.uni-freiburg.de/~thiemann/WASH/doc/WASH-CGI-CGI.html
>
> Adam.
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list