better documentation of HTTP-URL->URL-STRING and HTTP-URL-PATH->PATH-STRING

This commit is contained in:
vibr 2005-04-10 15:30:32 +00:00
parent d209db26d8
commit 33b3eb8df7
1 changed files with 5 additions and 9 deletions

View File

@ -51,20 +51,16 @@ Examples for Request-URI strings and the slots of the corresponding http-url rec
\defun{http-url->url-string}{http-url}{string}
\begin{desc}
\ex{http-url->url-string} unparses a http-url record into its
corresponding Request-URI.
\ex{http-url->url-string} unparses a \ex{http-url} record and returns the
Request-URI \ex{string} of the original HTTP Request.
\end{desc}
\defun{http-url-path->path-string}{http-url-path}{string}
\begin{desc}
\ex{http-url-path->url-string} unparses the http-url-path field of
an http-url record into its corresponding part of the Request-URI,
re-escaping the path.
\ex{http-url-path->url-string} unparses the \ex{http-url-path} field of
an http-url record into its corresponding part of the Request-URI
\ex{string} of the original HTTP Request (re-escaping the path).
\end{desc}
Example:
\begin{alltt}
'("foo foo" "bar.htm") \(\Rightarrow\) "/foo%20foo/bar.htm"
\end{alltt}
%%% Local Variables:
%%% mode: latex