From c7ec664dcb91af359060c5138feee00d70366da1 Mon Sep 17 00:00:00 2001 From: interp Date: Fri, 10 Jan 2003 13:50:39 +0000 Subject: [PATCH] Get undefined references clear. --- doc/latex/httpd.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/latex/httpd.tex b/doc/latex/httpd.tex index 9c712bd..b21b327 100644 --- a/doc/latex/httpd.tex +++ b/doc/latex/httpd.tex @@ -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