Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Network.HTTP.Pony.Transformer.HTTP.Type
Documentation
type StartLine = ByteString Source #
type Header = (ByteString, ByteString) Source #
type Middleware f s t a b = (a -> f b) -> s -> f t Source #
http-pony-transformer-http-0.1.0.0
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Network.HTTP.Pony.Transformer.HTTP.Type
type StartLine = ByteString Source #
type Header = (ByteString, ByteString) Source #
type Middleware f s t a b = (a -> f b) -> s -> f t Source #