HTTP Implementation

Simon Marlow simonmar@microsoft.com
Mon, 10 Jun 2002 11:35:51 +0100


> Simon Marlow wrote:
> >=20
> > ...
> >=20
> > The HTTP module itself can go in Network.Protocols.HTTP, and Browser
> > maybe in Network.Protocols.HTTP.Browser.  Base64 is a little more
> > generic - perhaps FileFormat.Base64?
>=20
> How about FileFormat.Encoding.Base64?
>=20
> In the future,
>=20
> 	FileFormat.Encoding.QuotedPrintable
> 	FileFormat.Encoding.Gzipped
> 	FileFormat.Encoding.Yenc
> 	Text.Encoding.Rot13

Yes, I like that;  except that for gzip we already have
FileFormat.Compression.Gzip. =20

Unless there are any objections, I propose we adopt FileFormat.Encoding
and Text.Encoding.

BTW, I just updated=20

	http://www.haskell.org/~simonmar/lib-hierachy.html

with the latest version of the hierarchy.

Cheers,
	Simon