I'm puzzled by this function:

(serve/dispatch dispatch) → void
  dispatch : (request? . -> . response/c)

Calls serve/servlet with appropriate arguments so that every request is handled 
by dispatch.

Specifically, it appears that serve/dispatch has the same contract (minus all 
the optional args) that serve/servlet has. How is calling 

(serve/dispatch blog-dispatch)

different from calling 

(serve/servlet blog-dispatch)

?


John

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to