HTTP-4000.0.8: A library for client-side HTTPContentsIndex
Network.StreamDebugger
Portabilitynon-portable (not tested)
Stabilityexperimental
MaintainerSigbjorn Finne <sigbjorn.finne@gmail.com>
Description

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

Synopsis
data StreamDebugger x
debugStream :: Stream a => FilePath -> a -> IO (StreamDebugger a)
debugByteStream :: HStream ty => FilePath -> HandleStream ty -> IO (HandleStream ty)
Documentation
data StreamDebugger x
Allows stream logging. Refer to debugStream below.
show/hide Instances
debugStream :: Stream a => FilePath -> a -> IO (StreamDebugger a)
Wraps a stream with logging I/O. The first argument is a filename which is opened in AppendMode.
debugByteStream :: HStream ty => FilePath -> HandleStream ty -> IO (HandleStream ty)
Produced by Haddock version 2.5.0