diff options
author | Benoit Chesneau <benoitc@apache.org> | 2010-02-03 16:30:08 +0000 |
---|---|---|
committer | Benoit Chesneau <benoitc@apache.org> | 2010-02-03 16:30:08 +0000 |
commit | 7a1efddfb663068d8ee59ee8f6c655777d4aa662 (patch) | |
tree | 6ce4386392620758056a7ab8784dc345556cda2c /src/couchdb/couch_db.hrl | |
parent | fbff9958357d1f9a39b4e811369250351546a1df (diff) |
add default_fun and url_handlers to #http. It's useful for any custom
handler that need to use the
http_handler and not only the db and design http handlers. Like for
example in the rewriter.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@906111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r-- | src/couchdb/couch_db.hrl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl index 47e8f9eb..f74bade7 100644 --- a/src/couchdb/couch_db.hrl +++ b/src/couchdb/couch_db.hrl @@ -73,7 +73,9 @@ user_ctx, req_body = undefined, design_url_handlers, - auth + auth, + default_fun, + url_handlers }). |