We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Method
1 parent a47a9b1 commit caefc9aCopy full SHA for caefc9a
src/method.rs
@@ -11,6 +11,7 @@ use std::str::FromStr;
11
/// [Mozilla docs]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
12
/// [RFC7231, Section 4]: https://tools.ietf.org/html/rfc7231#section-4
13
/// [HTTP Method Registry]: https://www.iana.org/assignments/http-methods/http-methods.xhtml
14
+#[non_exhaustive]
15
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
16
pub enum Method {
17
/// The ACL method modifies the access control list (which can be read via the DAV:acl
0 commit comments