--- guile-www.texi.~1.3.~ 2002-04-27 11:51:57.000000000 +1000 +++ guile-www.texi 2004-01-15 11:24:10.000000000 +1000 @@ -75,6 +75,20 @@ @end titlepage +@c @nicode{S} is plain S in info, or @code{S} elsewhere. This can be +@c used when the quotes that @code{} gives in info aren't wanted, but +@c the fontification in tex or html is wanted. +@ifinfo +@macro nicode {S} +\S\ +@end macro +@end ifinfo +@ifnotinfo +@macro nicode {S} +@code{\S\} +@end macro +@end ifnotinfo + @c --------------------------------------------------------------------------- @node Top @top Guile-WWW @@ -127,6 +141,14 @@ (http:request method url . args) @end example +@defvar http:user-agent +A string @nicode{"GuileHTTP/0.1"} indicating the version of Guile-WWW +in use. An application can add this to its own version indication +when constructing a User-Agent header. See RFC 1945 sections 3.7 and +10.15 for details. +@end defvar + + @c --------------------------------------------------------------------------- @node url @chapter url