module HTTPX::Plugins::WebDav

  1. lib/httpx/plugins/webdav.rb

This plugin implements convenience methods for performing WEBDAV requests.

gitlab.com/os85/httpx/wikis/WebDav

Methods

Public Class

  1. configure

Public Class methods

configure(klass)
[show source]
   # File lib/httpx/plugins/webdav.rb
11 def self.configure(klass)
12   klass.plugin(:xml)
13 end