
25 Aug
2006
25 Aug
'06
7:37 a.m.
Bayley, Alistair wrote:
From: haskell-bounces@haskell.org [mailto:haskell-bounces@haskell.org] On Behalf Of Jun Mukai
HaskellNet will be a collection library for networking. Now, it contains,
- SMTP - POP3 - IMAP - HTTP - (FTP) - URI - Mime parser
Do you have any plans to include HTTP form data parsing? I'm thinking of this FormData module: http://cryp.to/formdata/Network/CGI/FormData.hs
Alistair
The new Network.CGI, in the cgi package (http://darcs.haskell.org/packages/cgi/), also implements form data parsing, including multipart/form-data (used for file uploads). /Björn