Skip to content

Commit 44b96d7

Browse files
committed
add explanatory info for HTTP Redirect
1 parent 3b992d6 commit 44b96d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/reference.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,7 @@ The basic processing of a web request proceeds as follows:
19651965
In some situations, exceptions occur:
19661966

19671967
- HTTP Redirect (generally raised by an action)
1968+
the URL to redirect to is the first argument of the exception.
19681969
- SendFile (generally raised by ``determine_context``)
19691970
here we serve up a FileClass "content" property
19701971
- SendStaticFile (generally raised by ``determine_context``)

0 commit comments

Comments
 (0)