Class: Faraday::Connection
- Inherits:
-
Object
- Object
- Faraday::Connection
- Includes:
- Webdav::ConnectionMethods
- Defined in:
- sig/faraday/webdav.rbs
Constant Summary
Constants included from Webdav::ConnectionMethods
Webdav::ConnectionMethods::METHODS_WITH_BODY, Webdav::ConnectionMethods::METHODS_WITH_QUERY
Instance Method Summary collapse
- #copy ⇒ void
- #lock ⇒ void
- #mkcol ⇒ void
- #move ⇒ void
- #propfind ⇒ void
- #proppatch ⇒ void
- #report ⇒ void
- #search ⇒ void
- #unlock ⇒ void
Methods included from Webdav::ConnectionMethods
Instance Method Details
#copy ⇒ void
This method returns an undefined value.
3 |
# File 'sig/faraday/webdav.rbs', line 3
def copy: (?String | URI url, ?untyped params, ?untyped headers) ?{ (Faraday::Request) -> void } -> Faraday::Response
|
#lock ⇒ void
This method returns an undefined value.
15 |
# File 'sig/faraday/webdav.rbs', line 15
def lock: (?String | URI url, ?untyped body, ?untyped headers) ?{ (Faraday::Request) -> void } -> Faraday::Response
|
#mkcol ⇒ void
This method returns an undefined value.
7 |
# File 'sig/faraday/webdav.rbs', line 7
def mkcol: (?String | URI url, ?untyped params, ?untyped headers) ?{ (Faraday::Request) -> void } -> Faraday::Response
|
#move ⇒ void
This method returns an undefined value.
5 |
# File 'sig/faraday/webdav.rbs', line 5
def move: (?String | URI url, ?untyped params, ?untyped headers) ?{ (Faraday::Request) -> void } -> Faraday::Response
|
#propfind ⇒ void
This method returns an undefined value.
11 |
# File 'sig/faraday/webdav.rbs', line 11
def propfind: (?String | URI url, ?untyped body, ?untyped headers) ?{ (Faraday::Request) -> void } -> Faraday::Response
|
#proppatch ⇒ void
This method returns an undefined value.
13 |
# File 'sig/faraday/webdav.rbs', line 13
def proppatch: (?String | URI url, ?untyped body, ?untyped headers) ?{ (Faraday::Request) -> void } -> Faraday::Response
|
#report ⇒ void
This method returns an undefined value.
17 |
# File 'sig/faraday/webdav.rbs', line 17
def report: (?String | URI url, ?untyped body, ?untyped headers) ?{ (Faraday::Request) -> void } -> Faraday::Response
|
#search ⇒ void
This method returns an undefined value.
19 |
# File 'sig/faraday/webdav.rbs', line 19
def search: (?String | URI url, ?untyped body, ?untyped headers) ?{ (Faraday::Request) -> void } -> Faraday::Response
|
#unlock ⇒ void
This method returns an undefined value.
9 |
# File 'sig/faraday/webdav.rbs', line 9
def unlock: (?String | URI url, ?untyped params, ?untyped headers) ?{ (Faraday::Request) -> void } -> Faraday::Response
|