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
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to