|
|
|
|
|
Description |
An library for creating abstract streams. Originally part of Gray's\/Bringert's
HTTP module.
- Changes by Simon Foster:
- Split module up into to sepearate Network.[Stream,TCP,HTTP] modules
|
|
Synopsis |
|
|
|
|
Streams
|
|
|
Allows stream logging.
Refer to debugStream below.
| Instances | |
|
|
|
Streams should make layering of TLS protocol easier in future,
they allow reading/writing to files etc for debugging,
they allow use of protocols other than TCP/IP
and they allow customisation.
Instances of this class should not trim
the input in any way, e.g. leave LF on line
endings etc. Unless that is exactly the behaviour
you want from your twisted instances ;)
| | Methods | | | Instances | |
|
|
|
Wraps a stream with logging I/O, the first
argument is a filename which is opened in AppendMode.
|
|
Errors
|
|
|
Constructors | | Instances | |
|
|
|
This is the type returned by many exported network functions.
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.0 |