diff options
Diffstat (limited to 'doc/ref/web.texi')
-rw-r--r-- | doc/ref/web.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ref/web.texi b/doc/ref/web.texi index 2051979f3..161a28d59 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -1042,6 +1042,12 @@ In order to make dealing with encodings more simple, guile provides procedures to create ports that ``wrap'' existing ports, applying transformations transparently under the hood. +These procedures are in the @code{(web http)} module. + +@example +(use-modules (web http)) +@end example + @deffn {Scheme Procedure} make-chunked-input-port port [#:keep-alive?=#f] Returns a new port, that transparently reads and decodes chunk-encoded data from @var{port}. If no more chunk-encoded data is available, it |