xml-push-0.0.0.17: Push XML from/to client to/from server over XMPP or HTTP

Safe HaskellNone

Network.XmlPush.HttpPull.Client

Documentation

data HttpPullClArgs h Source

Constructors

HttpPullClArgs 

Fields

hostName :: String
 
portNumber :: Int
 
basePath :: FilePath
 
getPath :: XmlNode -> FilePath
 
poll :: HandleMonad h XmlNode
 
isPending :: XmlNode -> Bool
 
duration :: Maybe Int
 
getDuration :: XmlNode -> Maybe Int