Use chttpd provided functions

couch_mrview_show's usage of couch_chttp:send_external_response
brakes CORS support. Since couch_httpd's version of send_external_response
doesn't have support for CORS compared to chttpd's version.

Other couch_http's functions are switched to corresponding chttpd's
versions as well.

COUCHDB-2656
2 files changed
tree: 050acc977d45328a1de68c93afaa0a48cc04f18b
  1. include/
  2. priv/
  3. src/
  4. test/
  5. LICENSE