| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Polysemy.Http.Data.StreamChunk
Description
Synopsis
- newtype StreamChunk = StreamChunk ByteString
Documentation
newtype StreamChunk Source #
A single chunk produced by BodyReader.
Constructors
| StreamChunk ByteString |
Instances
| Eq StreamChunk Source # | |
Defined in Polysemy.Http.Data.StreamChunk | |
| Show StreamChunk Source # | |
Defined in Polysemy.Http.Data.StreamChunk Methods showsPrec :: Int -> StreamChunk -> ShowS # show :: StreamChunk -> String # showList :: [StreamChunk] -> ShowS # | |