Hi,<div><br></div><div>I&#39;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?</div>

<div><br></div><div>Thanks,</div><div>Daniel</div>