Open
Description
Reading up on http://progrium.com/blog/2012/12/06/async-http-responses-with-response-redirection/ / http://progrium.com/blog/2012/11/26/x-callback-header-an-evented-web-building-block/ got me to thinking...
I'm not really sure how useful this would be, but it would definitely be "cool" to have supported at the API Framework level...
Basically a responder that responded with a provisional "202" (or error) code, and then waited for the process to finish and posted or otherwise submitted the result via HTTP to the supplied URL...
What do you guys think? utterly useless?