License | BSD3 |
---|---|
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
WebApi.Method
Description
Defines various types to represent the HTTP methods.
Methods
Type representing a Custom method.
Instances
KnownSymbol m => SingMethod (CUSTOM m) Source |
Internal
class SingMethod meth where Source
Singleton class for method types.
Methods
singMethod :: Proxy meth -> Method Source