4.1 The library(http/http_chunked)
library
- http_chunked_open(+RawStream, -DataStream, +Options)
- Create a stream to realise HTTP chunked encoding or decoding. The technique is similar to library(zlib), using a Prolog stream as a filter on another stream. See online documentation at http://www.swi-prolog.org/ for details.