minion-0.1.0.0: A Haskell introspectable web router
Safe HaskellSafe-Inferred
LanguageHaskell2010

Web.Minion.Raw

Documentation

newtype LazyBytes Source #

Constructors

LazyBytes ByteString 

Instances

Instances details
IsRequest LazyBytes Source # 
Instance details

Defined in Web.Minion.Raw

Associated Types

type RequestValue LazyBytes Source #

CanRespond LazyBytes Source # 
Instance details

Defined in Web.Minion.Response

Applicative m => ToResponse m LazyBytes Source # 
Instance details

Defined in Web.Minion.Response

type RequestValue LazyBytes Source # 
Instance details

Defined in Web.Minion.Raw

newtype Chunks Source #

Constructors

Chunks (IO ByteString) 

Instances

Instances details
IsRequest Chunks Source # 
Instance details

Defined in Web.Minion.Raw

Associated Types

type RequestValue Chunks Source #

CanRespond Chunks Source # 
Instance details

Defined in Web.Minion.Response

Applicative m => ToResponse m Chunks Source # 
Instance details

Defined in Web.Minion.Response

type RequestValue Chunks Source # 
Instance details

Defined in Web.Minion.Raw