bsb-http-chunked

Chunked HTTP transfer encoding for bytestring builders

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

Version on this page:0.0.0.4@rev:2
LTS Haskell 22.13:0.0.0.4@rev:4
Stackage Nightly 2024-03-14: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, Simon Jakobi
Maintained by Simon Jakobi
This version can be pinned in stack with:bsb-http-chunked-0.0.0.4@sha256:191a52daa2e5ee41a0d1e1ec455dbbcd064f6247f559d2427693dbd53a15e62f,2678

Module documentation for 0.0.0.4

Depends on 2 packages(full list with versions):
Used by 1 package in lts-14.20(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.4 – 2018-09-29

  • Fix an issue with file modification times in the tarball that prevented installation on Windows 10. #22
  • Remove compatibility with GHC < 7.10 (prompted by internal refactorings)

0.0.0.3 – 2018-09-01

  • Compatibility with GHC-8.6
  • Documentation improvements

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