You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use Method as part of a config value, deserialized from yaml, in order to easily restrict values to what is supported as HTTP Method by libraries using this lib (e.g. tide and surf).
Currently we have to throw in some custom machinery to make use of the FromStr impl on Method, which is rather cumbersome (to me).
If nothing speaks against it, I can provide the necessary changes as a PR.