Doc clarification re Robby

This commit is contained in:
Jay McCarthy 2010-09-16 11:30:29 -06:00
parent 4ce56d00ef
commit c87877349e

View File

@ -27,6 +27,8 @@ Example: @racketblock[(lambda (k-url)
@defthing[expiration-handler/c contract?]{
Equivalent to @racket[(or/c false/c (request? . -> . response/c))].
Typically @racket[#f] uses the default expiration handler, which displays an error message.
Example: @racketblock[(lambda (req)
`(html (head (title "Expired"))