Hi, I worked out a way/script which allows one running R scripts over a couch url using [httpd_db_handlers] The url than looks like a show url http://server/db/_rproc/docId
The thing is that IMHO it don't behaves like a show since
I have to get the doc with the docId "manually"
by a (second) request out of my rproc. A show function however has
function(doc, req){} ...
Is there a way in which I have the doc in _rproc available, delivered by
couch
in analogy to a show?
regards
