Check if server has attachment?

Does sync_gateway support HEAD request for attachments, so that it could be possible to just check if attachment exists?

If it does not, would it be a good work around to use the normal attachment GET with Range:bytes=0-0 header… so just load 1 byte of attachment data to know if its there?

Ended up testing this quicky: it seems to support HEAD just fine.