diff options
author | Andy Wingo <wingo@pobox.com> | 2012-07-06 22:24:25 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-07-06 22:24:25 +0200 |
commit | 32299e49e83b941082bee348c993630bb455a324 (patch) | |
tree | d074af209678c5586a24a027752e2071754d404c /NEWS | |
parent | 64ead01db7d5110e94be5d6d984aaa8ead4e5e8c (diff) | |
download | guile-32299e49e83b941082bee348c993630bb455a324.tar.gz |
add http/1.1 transfer codings to the NEWS
* doc/ref/web.texi (Transfer Codings): Add a note about modules.
* NEWS: Add NEWS for transfer codings.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -84,6 +84,10 @@ SMOB that was actually applied. (There was a weak-key map from SMOB to trampoline functions, where the value had a strong reference on the key.) This has been fixed. There was much rejoicing! +** Support for HTTP/1.1 chunked transfer coding + +See "Transfer Codings" in the manual, for more. + ** Micro-optimizations A pile of micro-optimizations: the `string-trim' function when called @@ -107,7 +111,7 @@ with regards to formal parameters of functions. Thanks to Bake Timmons. * New interfaces ** New C function: `scm_to_pointer' -** New C functions: `scm_new_smob', `scm_new_double_smob' +** New C inline functions: `scm_new_smob', `scm_new_double_smob' ** (ice-9 format): Add ~h specifier for localized number output. ** (web response): New procedure: `response-must-not-include-body?' ** New predicate: 'supports-source-properties?' @@ -116,6 +120,8 @@ with regards to formal parameters of functions. Thanks to Bake Timmons. ** (language tree-il): New functions: `tree-il=?', `tree-il-hash' ** New fluid: `%default-port-conversion-strategy' ** New syntax: `=>' within `case' +** (web http): `make-chunked-input-port', `make-chunked-output-port' +** (web http): `declare-opaque-header!' Search the manual for these identifiers, for more information. |