Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion lib/http/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ class UnsupportedSchemeError < RequestError; end
:search,

# RFC 4791: Calendaring Extensions to WebDAV -- CalDAV
:mkcalendar
:mkcalendar,

# Implemented by several caching servers, like Squid, Varnish or Fastly
:purge
].freeze

# Allowed schemes
Expand Down