trasa-0.4: Type Safe Web Routing
Trasa.Method
Contents
Description
This module exports symbols that will conflict with the standard prelude. It is recommended to be import qualified or just import Method and use its IsString instance.
Method
IsString
data Method Source #
Defined in Trasa.Method
Methods
(==) :: Method -> Method -> Bool #
(/=) :: Method -> Method -> Bool #
compare :: Method -> Method -> Ordering #
(<) :: Method -> Method -> Bool #
(<=) :: Method -> Method -> Bool #
(>) :: Method -> Method -> Bool #
(>=) :: Method -> Method -> Bool #
max :: Method -> Method -> Method #
min :: Method -> Method -> Method #
showsPrec :: Int -> Method -> ShowS #
show :: Method -> String #
showList :: [Method] -> ShowS #
fromString :: String -> Method #
hashWithSalt :: Int -> Method -> Int #
hash :: Method -> Int #
encodeMethod :: Method -> Text Source #
decodeMethod :: Text -> Method Source #
get :: Method Source #
post :: Method Source #
head :: Method Source #
put :: Method Source #
delete :: Method Source #
trace :: Method Source #
connect :: Method Source #
options :: Method Source #
patch :: Method Source #