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