Hello - I think there is a missing quote mark in the documentation for if-modified-since.
$ git diff doc/ref/web.texi diff --git a/doc/ref/web.texi b/doc/ref/web.texi index 63b6f3f..a08cd2c 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -847,7 +847,7 @@ indicating any etag, or a list of entity tags. Indicates that a response should proceed if and only if the resource has been modified since the given date. @example -(parse-header if-modified-since "Tue, 15 Nov 1994 08:12:31 GMT") +(parse-header 'if-modified-since "Tue, 15 Nov 1994 08:12:31 GMT") @result{} #<date ...> @end example @end deftypevr