Since CouchDB has very few API documentation (at least I can not find it), I would like to inspect some JavaScript objecs myself. What is the best way to do this?
For example, show functions recive the request object req
as argument. How to find out, which properties (cookies, requested url,...) this request object precisely has?