Added small note to refer to next-dispatcher when dispatch-files doesn't apply
svn: r8749
This commit is contained in:
parent
5a0abb116e
commit
9680267cf1
|
@ -286,7 +286,8 @@ a URL that refreshes the password file, servlet cache, etc.}
|
||||||
[#:indices indices (listof string?) (list "index.html" "index.htm")])
|
[#:indices indices (listof string?) (list "index.html" "index.htm")])
|
||||||
dispatcher?]{
|
dispatcher?]{
|
||||||
Uses @scheme[url->path] to extract a path from the URL in the request
|
Uses @scheme[url->path] to extract a path from the URL in the request
|
||||||
object. If this path does not exist, then the dispatcher does not apply.
|
object. If this path does not exist, then the dispatcher does not apply and
|
||||||
|
@scheme[next-dispatcher] is invoked.
|
||||||
If the path is a directory, then the @scheme[indices] are checked in order
|
If the path is a directory, then the @scheme[indices] are checked in order
|
||||||
for an index file to serve. In that case, or in the case of a path that is
|
for an index file to serve. In that case, or in the case of a path that is
|
||||||
a file already, @scheme[path->mime-type] is consulted for the MIME
|
a file already, @scheme[path->mime-type] is consulted for the MIME
|
||||||
|
|
Loading…
Reference in New Issue
Block a user