/// The enum representing http request method
///
/// The variants' documentations are taken from [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods),
/// which is written by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/MDN/About/contributors.txt),
/// licensed under [CC=BY-SA v2.5](https://creativecommons.org/licenses/by-sa/2.5/)