License | BSD3 |
---|---|
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Defines various types to represent the HTTP methods.
Methods
Internal
class SingMethod meth where Source
Singleton class for method types.
singMethod :: Proxy meth -> Method Source