packages feed

polysemy-http-0.1.0.0: lib/Polysemy/Http/Data/StreamChunk.hs

module Polysemy.Http.Data.StreamChunk where

-- |A single chunk produced by 'Network.HTTP.Client.BodyReader'.
newtype StreamChunk =
  StreamChunk ByteString
  deriving (Eq, Show)