Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Web.Minion.Raw
Documentation
Constructors
LazyBytes ByteString |
Instances
IsRequest LazyBytes Source # | |
Defined in Web.Minion.Raw Associated Types type RequestValue LazyBytes Source # Methods getRequestValue :: LazyBytes -> RequestValue LazyBytes Source # | |
CanRespond LazyBytes Source # | |
Defined in Web.Minion.Response Methods canRespond :: [ByteString] -> Bool Source # | |
Applicative m => ToResponse m LazyBytes Source # | |
Defined in Web.Minion.Response Methods toResponse :: [ByteString] -> LazyBytes -> m Response Source # | |
type RequestValue LazyBytes Source # | |
Defined in Web.Minion.Raw |
Constructors
Chunks (IO ByteString) |
Instances
IsRequest Chunks Source # | |
CanRespond Chunks Source # | |
Defined in Web.Minion.Response Methods canRespond :: [ByteString] -> Bool Source # | |
Applicative m => ToResponse m Chunks Source # | |
Defined in Web.Minion.Response Methods toResponse :: [ByteString] -> Chunks -> m Response Source # | |
type RequestValue Chunks Source # | |
Defined in Web.Minion.Raw |