Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
4.1 The library(http/http_chunked) library
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog HTTP support
Transfer encodings
The library(http/http_chunked) library
http_chunked_open/3
Availability:
:- use_module(
library(http/http_stream)
).
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.
ClioPatria
(version
V3.1.1-40-g9d9e003
)