polysemy-http-0.5.0.0: lib/Polysemy/Http/Data/StreamChunk.hs
{-# options_haddock prune #-}
-- |Description: StreamChunk Data Type, Internal
module Polysemy.Http.Data.StreamChunk where
-- |A single chunk produced by 'Network.HTTP.Client.BodyReader'.
newtype StreamChunk =
StreamChunk ByteString
deriving (Eq, Show)