# frozen_string_literal: false module Support module Examples module ExtMkcol # RFC5689: 3.4. Successful Extended MKCOL Request def self.rfc5689_3_4 <<~XML Special Resource XML end end end end