HTTP protocol libraries

Jens Petersen petersen@redhat.com
07 Mar 2003 11:12:53 +0900


Johannes Waldmann <joe@isun.informatik.uni-leipzig.de> writes:

> 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?

Warrick Gray wrote a small HTTP library.  You can find it at:

        http://homepages.paradise.net.nz/warrickg/haskell/http/

Jens