Module: Async::Caldav::Handlers::Options
- Defined in:
- lib/async/caldav/handlers/options.rb
Class Method Summary collapse
Class Method Details
.call(path:, storage:) ⇒ Object
13 14 15 |
# File 'lib/async/caldav/handlers/options.rb', line 13 def call(path:, storage:, **) [200, Protocol::Caldav::Constants::DAV_HEADERS.merge('content-length' => '0'), []] end |