http-monad-0.1.0.2: Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation

Portabilitynon-portable (not tested)
Stabilityexperimental
Safe HaskellSafe-Inferred

Network.Monad.Body

Description

 

Documentation

class Monoid body => C body whereSource

Methods

fromString :: String -> bodySource

toString :: body -> StringSource

isLineTerm :: body -> BoolSource

isEmpty :: body -> BoolSource

Instances

C ByteString 
C ByteString 
CharType char => C [char] 

class CharType char whereSource

Methods

fromChar :: Char -> charSource

toChar :: char -> CharSource

Instances

CharType Char