Changing docs re: John
This commit is contained in:
parent
4e932f6c6b
commit
f5f46d9fe0
|
@ -162,7 +162,7 @@ After mastering the world of blogging software, you decide to put the ubiquitous
|
||||||
|
|
||||||
@defproc[(serve/dispatch [dispatch (request? . -> . response/c)])
|
@defproc[(serve/dispatch [dispatch (request? . -> . response/c)])
|
||||||
void]{
|
void]{
|
||||||
Calls @racket[serve/servlet] with appropriate arguments so that every request is handled by @racket[dispatch].
|
Calls @racket[serve/servlet] with a @racket[#:servlet-regexp] argument (@racket[#rx""]) so that every request is handled by @racket[dispatch].
|
||||||
}
|
}
|
||||||
|
|
||||||
@section{Built-in URL patterns}
|
@section{Built-in URL patterns}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user