HTTP-4000.0.9: A library for client-side HTTP

Portabilitynon-portable (not tested)
Stabilityexperimental
MaintainerSigbjorn Finne <sigbjorn.finne@gmail.com>

Network.StreamDebugger

Description

Implements debugging of Streams. Originally part of Gray's\/Bringert's HTTP module.

Synopsis

Documentation

data StreamDebugger x Source

Allows stream logging. Refer to debugStream below.

Instances

debugStream :: Stream a => FilePath -> a -> IO (StreamDebugger a)Source

Wraps a stream with logging I/O. The first argument is a filename which is opened in AppendMode.