Module: Async::Caldav::Handlers::Head

Defined in:
lib/async/caldav/handlers/head.rb

Class Method Summary collapse

Class Method Details

.call(**opts) ⇒ Object



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