13 14 15 16
# File 'lib/async/caldav/handlers/head.rb', line 13 def call(**opts) status, headers, _body = Get.call(**opts) [status, headers, []] end