Closed yoshuawuyts closed 3 years ago
https://github.com/http-rs/http-types/pull/332 has shown that new HTTP methods can be added by RFC, which is tracked in a registry. We should acknowledge that this value may be extended in the future and mark the Method enum as non_exhaustive.
Method
non_exhaustive
https://github.com/http-rs/http-types/pull/332 has shown that new HTTP methods can be added by RFC, which is tracked in a registry. We should acknowledge that this value may be extended in the future and mark the
Method
enum asnon_exhaustive
.