rnewson commented on a change in pull request #605: Add X-Couch-Exclude-Headers support URL: https://github.com/apache/couchdb/pull/605#discussion_r123897898
########## File path: rel/overlay/etc/default.ini ########## @@ -187,6 +187,12 @@ credentials = false ; List of accepted methods ; methods = +[exclude_headers] +; List of headers that will be kept when the header option X-Couch-Exclude-Headers is included in a request +; 'X-Couch-Exclude-Headers' : "All" +all = Server +minimal = Cache-Control, Content-Length, Content-Type, ETag, Server, Vary Review comment: will need Transfer-Encoding and perhaps more ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
