propfind(path, body, initheader = {'Depth' => '0'}) -> Net::HTTPResponse
サーバの path に PROPFIND リクエストをヘッダを initheader, ボディを body として送ります。
レスポンスを Net::HTTPResponse のオブジェクトで返します。
[SEE_ALSO] Net::HTTP::Propfind