Add expires to list of directly supported headers. svn path=/trunk/; revision=456
diff --git a/spec/chapters/headers.tex b/spec/chapters/headers.tex index 4ffe6bd..e069f98 100644 --- a/spec/chapters/headers.tex +++ b/spec/chapters/headers.tex
@@ -38,6 +38,8 @@ \hline \code{Expect} & \raggedright Depends on underlying container. \tabularnewline \hline +\code{Expires} & \raggedright Set by application using the \ResponseBuilder\code{.expires} method. \tabularnewline +\hline \code{If-Match} & \raggedright Processed by runtime if application uses corresponding \Request\code{.evaluatePreconditions} method, see section \ref{conneg_and_preconditions}. \tabularnewline \hline \code{If-Modified-Since} & \raggedright Processed by runtime if application uses corresponding \Request\code{.evaluatePreconditions} method, see section \ref{conneg_and_preconditions}. \tabularnewline