Guile-WWW is a set of Guile Scheme modules for making URI requests (client side), as well as for doing listener setup (INET and UNIX domain), HTTP request parsing, MIME lookup, cookie handling, response packing, and logging (server side). Its core was originally written by Tim Pierce. It is released under the GNU GPLv3+ along with a manual in texinfo format (i.e., the source for the online documentation).
Guile "auto-compilation"
suppressed
By dint of the env var ‘GUILE_AUTO_COMPILE
’ having the value "0"
in both the configure script and the test driver, both configure
and "make check" phases suppress the compilation of .scm
to .go
files now. For "make"
, you still have to do it yourself.
portability tweak for Guile 2.2
Guile 2.2 prefers a symbolic arg to ‘setvbuf
’. No problem.
bootstrap/maintenance tools
upgraded:
Guile-BAUX 20211208.0839.a5245e7 GNU gnulib 2021-12-10 21:54:54 GNU Autoconf 2.71 GNU Automake 1.16.5 GNU texinfo 6.8
as before:
(none)
Check out the project page on savannah (nongnu).
If you would like to support development of Guile-WWW (and other Free Software), please visit my patronage page.
Copyright (C) 2010-2021 Thien-Thi Nguyen
Updated: 2021-12-14 11:07 UTC (source: NEWS-excerpt, GNUmakefile)