On Mon, Mar 25, 2013 at 2:18 PM, John Clements <[email protected]> wrote: > Yikes! In that case, I *really* didn't understand the architecture. Would it > make sense to add at least a sentence that alludes to (and ideally points to) > documentation on the request handler model? A two-minute scan through the > web-server docs doesn't turn up any information on a chain of handlers.
I don't understand this comment. Every section in the Web Server manual (http://docs.racket-lang.org/web-server-internal/) is about this chain of dispatchers. Section 1 says that the Web server works that way. Section 2 is about each of the standard dispatchers. Section 3 is about common patterns. Section 4 is about the particular default chain used by the command line tool. And then the manual is basically over. Jay -- Jay McCarthy <[email protected]> Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 ____________________ Racket Users list: http://lists.racket-lang.org/users

