Safe Haskell | None |
---|---|
Language | Haskell2010 |
API
Contents
Synopsis
- api :: (PathConstraint repr Integer, ResponseConstraint repr Integer (PlainText ': ([] :: [Type])), ResponseStreamConstraint repr (Producer Integer IO ()) (PlainText ': ([] :: [Type])) NewlineFraming, Alt repr, Cat repr, HTTP_Path repr, HTTP_Response repr, HTTP_ResponseStream repr, Response repr ~# ResponseStream repr) => repr ((Integer -> ResponseArgs repr Integer (PlainText ': ([] :: [Type]))) :!: (Integer -> ResponseStreamArgs repr (Producer Integer IO ()) (PlainText ': ([] :: [Type])) NewlineFraming)) (ResponseStream repr)
Documentation
api :: (PathConstraint repr Integer, ResponseConstraint repr Integer (PlainText ': ([] :: [Type])), ResponseStreamConstraint repr (Producer Integer IO ()) (PlainText ': ([] :: [Type])) NewlineFraming, Alt repr, Cat repr, HTTP_Path repr, HTTP_Response repr, HTTP_ResponseStream repr, Response repr ~# ResponseStream repr) => repr ((Integer -> ResponseArgs repr Integer (PlainText ': ([] :: [Type]))) :!: (Integer -> ResponseStreamArgs repr (Producer Integer IO ()) (PlainText ': ([] :: [Type])) NewlineFraming)) (ResponseStream repr) Source #
Orphan instances
MimeEncodable Integer PlainText Source # | |
Methods mimeEncode :: Proxy PlainText -> MimeEncoder Integer # | |
MimeDecodable Integer PlainText Source # | |
Methods mimeDecode :: Proxy PlainText -> MimeDecoder Integer # |