bsb-http-chunked

Chunked HTTP transfer encoding for bytestring builders

http://github.com/sjakobi/bsb-http-chunked

Version on this page:0.0.0.2
LTS Haskell 22.14:0.0.0.4@rev:4
Stackage Nightly 2024-03-28:0.0.0.4@rev:4
Latest on Hackage:0.0.0.4@rev:4

See all snapshots bsb-http-chunked appears in

BSD-3-Clause licensed by Jasper Van der Jeugt, Simon Meier, Leon P Smith
Maintained by Simon Jakobi
This version can be pinned in stack with:bsb-http-chunked-0.0.0.2@sha256:0571ef33ec5530104503d32eaf24f2d7c221f350e5fc475a6dd8e84311bc0ca1,1792

Module documentation for 0.0.0.2

  • Data
    • Data.ByteString
      • Data.ByteString.Builder
        • Data.ByteString.Builder.HTTP
          • Data.ByteString.Builder.HTTP.Chunked
Used by 1 package in nightly-2018-06-15(full list with versions):

This library contains functions for encoding bytestring builders for chunked HTTP/1.1 transfer.

This functionality was extracted from the blaze-builder package.

Changes

Changelog for the bsb-http-chunked package

0.0.0.2 – 2018-03-13

  • A lot of unused code was removed

0.0.0.1 – 2018-03-13

  • Documentation improvements
  • text and deepseq dependencies were removed

0 – 2018-03-12

Initial release.


The format of this changelog is based on Keep a Changelog