apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

Add head response type #304

Closed lukashass closed 1 year ago

lukashass commented 2 years ago

Overview

Defines the return type of head.

Does not include content-length property since it is not returned by nano (see #301).

Checklist