network-conduit-1.0.3: Stream socket data using conduits.

Safe HaskellNone

Data.Conduit.Network.Internal

Synopsis

Documentation

data AppData m Source

The data passed to an Application.

Since 0.6.0

data ServerSettings m Source

Settings for a TCP server. It takes a port to listen on, and an optional hostname to bind to.

Since 0.6.0

data ClientSettings m Source

Settings for a TCP client, specifying how to connect to the server.

Since 0.6.0

Constructors

ClientSettings