Safe Haskell | None |
---|---|
Language | Haskell2010 |
- dropIncomingData :: MonadIO m => Maybe InputDataStream -> m ()
- dropWouldGoData :: DataAndConclusion -> IO ()
Documentation
dropIncomingData :: MonadIO m => Maybe InputDataStream -> m ()
If you are not processing the potential POST input in a request, use this consumer to drop the data to oblivion. Otherwise it will remain in an internal queue until the client closes the stream, and if the client doesn't want to do so....
dropWouldGoData :: DataAndConclusion -> IO ()