Safe Haskell | Safe-Infered |
---|
Aws.Response
Documentation
tellMetadata :: m -> Response m ()Source
type HTTPResponseConsumer a = Status -> ResponseHeaders -> Source (ResourceT IO) ByteString -> ResourceT IO aSource
class ResponseConsumer r a whereSource
Associated Types
type ResponseMetadata a Source
Methods
responseConsumer :: r -> IORef (ResponseMetadata a) -> HTTPResponseConsumer aSource
Instances