[Haskell] status report of HaskellNet

Björn Bringert bringert at cs.chalmers.se
Fri Aug 25 07:37:41 EDT 2006


Bayley, Alistair wrote:
>>From: haskell-bounces at haskell.org 
>>[mailto:haskell-bounces at 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


More information about the Libraries mailing list