fn safe(self: Method) bool
An HTTP method is safe if it doesn’t alter the state of the server. https://developer.mozilla.org/en-US/docs/Glossary/Safe/HTTP https://datatracker.ietf.org/doc/html/rfc7231#section-4.2.1
self: Method,