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.
2 parents 206b53e + caefc9a commit 9a5e0b8Copy full SHA for 9a5e0b8
src/method.rs
@@ -9,6 +9,7 @@ use std::str::FromStr;
9
/// [Mozilla docs]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
10
/// [RFC7231, Section 4]: https://tools.ietf.org/html/rfc7231#section-4
11
/// [HTTP Method Registry]: https://www.iana.org/assignments/http-methods/http-methods.xhtml
12
+#[non_exhaustive]
13
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
14
pub enum Method {
15
/// The ACL method modifies the access control list (which can be read via the DAV:acl
0 commit comments