Get undefined references clear.
This commit is contained in:
parent
3163116a7d
commit
c7ec664dcb
|
@ -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"|.
|
request; it's a string such as \verb|"GET"|, \verb|"PUT"|.
|
||||||
\ex{Request-uri} returns the escaped URI string as read from request
|
\ex{Request-uri} returns the escaped URI string as read from request
|
||||||
line. \ex{Request-url} returns an HTTP URL value (see the
|
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
|
\ex{Request-version} returns \verb|(major . minor)| integer pair
|
||||||
representing the version specified in the HTTP request.
|
representing the version specified in the HTTP request.
|
||||||
\ex{Request-headers} returns an association lists of header field
|
\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}
|
\end{desc}
|
||||||
|
|
||||||
\section{Request Handlers}
|
\section{Request Handlers}
|
||||||
|
\label{httpd:request-handlers}
|
||||||
|
|
||||||
A request handler generates the actual content for a request; request
|
A request handler generates the actual content for a request; request
|
||||||
handlers form a simple algebra and may be combined and composed in
|
handlers form a simple algebra and may be combined and composed in
|
||||||
|
|
Loading…
Reference in New Issue