Get undefined references clear.

This commit is contained in:
interp 2003-01-10 13:50:39 +00:00
parent 3163116a7d
commit c7ec664dcb
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,7 @@ dissect requests are defined in the \texttt{httpd-requests} structure:
request; it's a string such as \verb|"GET"|, \verb|"PUT"|.
\ex{Request-uri} returns the escaped URI string as read from request
line. \ex{Request-url} returns an HTTP URL value (see the
description of the \ex{url} structure in \ref{secchap:url}).
description of the \ex{url} structure in \ref{cha:url}).
\ex{Request-version} returns \verb|(major . minor)| integer pair
representing the version specified in the HTTP request.
\ex{Request-headers} returns an association lists of header field
@ -296,6 +296,7 @@ constructing responses lives in the \ex{httpd-responses} structure.
\end{desc}
\section{Request Handlers}
\label{httpd:request-handlers}
A request handler generates the actual content for a request; request
handlers form a simple algebra and may be combined and composed in