HTTP Implementation

Matt Harden matth@mindspring.com
Thu, 06 Jun 2002 08:59:20 -0500


Simon Marlow wrote:
> 
> ...
> 
> 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?

How about FileFormat.Encoding.Base64?

In the future,

	FileFormat.Encoding.QuotedPrintable
	FileFormat.Encoding.Gzipped
	FileFormat.Encoding.Yenc
	Text.Encoding.Rot13

Regards,
Matt Harden