Doc clarification re Robby
This commit is contained in:
parent
4ce56d00ef
commit
c87877349e
|
@ -27,6 +27,8 @@ Example: @racketblock[(lambda (k-url)
|
||||||
|
|
||||||
@defthing[expiration-handler/c contract?]{
|
@defthing[expiration-handler/c contract?]{
|
||||||
Equivalent to @racket[(or/c false/c (request? . -> . response/c))].
|
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)
|
Example: @racketblock[(lambda (req)
|
||||||
`(html (head (title "Expired"))
|
`(html (head (title "Expired"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user