Module Network.HTTP.Method Method data Method = DELETE | GET | HEAD | OPTIONS | PATCH | POST | PUT | MOVE | COPY | CustomMethod String Instances instance eqMethod :: Eq Method instance showMethod :: Show Method methodToString methodToString :: Method -> String