Re: [racket] Stateless Web Server: Generating a response on a stuffer error
Wow. Thank you very much. On Tue, Apr 24, 2012 at 4:31 PM, Jay McCarthy wrote: There was no way to do this, but I just added the 92nd keyword to serve/servlet to do it: #:servlet-responder (λ (url exn) (response/xexpr `(html (bo
Re: [racket] Stateless Web Server: Generating a response on a stuffer error
There was no way to do this, but I just added the 92nd keyword to serve/servlet to do it: #:servlet-responder (λ (url exn) (response/xexpr `(html (body "Some other message" allows you to inspect the exception and return a differ