[racket] Building a server that responds to POST/PUT/DELETE requests

From: Daniel MacDougall (dmacdougall at gmail.com)
Date: Sat Sep 10 22:12:47 EDT 2011

Hi,

I'm trying to build a web server that responds to [POST/PUT/DELETE]
requests. If I use the built-in web server and POST to a url I have defined
a dispatch function for, the request hangs indefinitely. The docs say that
the web server tries to hide the details of the request method from you. Is
there any way to work around this? Or am I limited to defining GET requests
with continuations?

Thanks,
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110910/c3cf8547/attachment.html>

Posted on the users mailing list.