better documentation of HTTP-URL->URL-STRING and HTTP-URL-PATH->PATH-STRING
This commit is contained in:
parent
d209db26d8
commit
33b3eb8df7
|
@ -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}
|
\defun{http-url->url-string}{http-url}{string}
|
||||||
\begin{desc}
|
\begin{desc}
|
||||||
\ex{http-url->url-string} unparses a http-url record into its
|
\ex{http-url->url-string} unparses a \ex{http-url} record and returns the
|
||||||
corresponding Request-URI.
|
Request-URI \ex{string} of the original HTTP Request.
|
||||||
\end{desc}
|
\end{desc}
|
||||||
|
|
||||||
\defun{http-url-path->path-string}{http-url-path}{string}
|
\defun{http-url-path->path-string}{http-url-path}{string}
|
||||||
\begin{desc}
|
\begin{desc}
|
||||||
\ex{http-url-path->url-string} unparses the http-url-path field of
|
\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,
|
an http-url record into its corresponding part of the Request-URI
|
||||||
re-escaping the path.
|
\ex{string} of the original HTTP Request (re-escaping the path).
|
||||||
\end{desc}
|
\end{desc}
|
||||||
Example:
|
|
||||||
\begin{alltt}
|
|
||||||
'("foo foo" "bar.htm") \(\Rightarrow\) "/foo%20foo/bar.htm"
|
|
||||||
\end{alltt}
|
|
||||||
|
|
||||||
%%% Local Variables:
|
%%% Local Variables:
|
||||||
%%% mode: latex
|
%%% mode: latex
|
||||||
|
|
Loading…
Reference in New Issue