How to check if a couchdb document exists (without retrieving it)?
- by karlthorwald
How can I just check if a document exists, mabye get the revision, but not make couchdb send the body of the document?
I remember I saw this explained somewhere but I cannot find it.