RE: HTTP protocol libraries

2003-03-05 Thread Bayley, Alistair
On a related note, what happened to the source code for the Haskell Web
Server?

http://research.microsoft.com/~simonmar/hws.tar.gz

Is it no longer suitable for public consumption? (I have a copy at home
somewhere, though).


-Original Message-
From: Johannes Waldmann [mailto:[EMAIL PROTECTED]
Sent: 05 March 2003 13:42
To: [EMAIL PROTECTED]
Subject: HTTP protocol libraries


Dear all, I am looking for a Haskell library for the HTTP/1.1 protocol,
i. e. data types for Requests and Responses,
and functions to read chunked bodies etc. Is there such a thing?
-- 
-- Johannes Waldmann  http://www.informatik.uni-leipzig.de/~joe/ --
-- [EMAIL PROTECTED] -- phone/fax (+49) 341 9732 204/207 --


*
The information in this email and in any attachments is 
confidential and intended solely for the attention and use 
of the named addressee(s). This information may be 
subject to legal professional or other privilege or may 
otherwise be protected by work product immunity or other 
legal rules.  It must not be disclosed to any person without 
our authority.

If you are not the intended recipient, or a person 
responsible for delivering it to the intended recipient, you 
are not authorised to and must not disclose, copy, 
distribute, or retain this message or any part of it.
*

___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


RE: HTTP protocol libraries

2003-03-05 Thread Simon Marlow
 From: Bayley, Alistair [mailto:[EMAIL PROTECTED] 
 
 On a related note, what happened to the source code for the 
 Haskell Web
 Server?
 
 http://research.microsoft.com/~simonmar/hws.tar.gz
 
 Is it no longer suitable for public consumption? (I have a 
 copy at home somewhere, though).

It's in GHC's CVS repository, under fptools/hws. 

Cheers,
Simon
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


Haskell Web Server Was Re: HTTP protocol libraries

2003-03-05 Thread shae
Bayley, Alistair [EMAIL PROTECTED] writes:

 On a related note, what happened to the source code for the Haskell Web
 Server?

 http://research.microsoft.com/~simonmar/hws.tar.gz

 Is it no longer suitable for public consumption? (I have a copy at home
 somewhere, though).

There's also a neat version called HWS-WP (with plugins) that allows for
apache-style plugin loading that uses Andre Pang's runtime loader for GHC.

You can get it from the CVS tree of http://sf.net/projects/haskell-libs/
-- 
Shae Matijs Erisson - 2 days older than RFC0226
#haskell on irc.freenode.net - We Put the Funk in Funktion
10 PRINT HELLO 20 GOTO 10 ; mapM_ putStrLn $ hello = HELLO : hello

___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell