
18 Aug
2006
18 Aug
'06
9:34 p.m.
On 8/18/06, Pasqualino 'Titto' Assini
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.