Safe Haskell | None |
---|---|
Language | Haskell2010 |
ChatWork.Utils
DELETE HTTP method with paramater
if want to use Delete HTTP methos with request param, use this type. ref : https://hackage.haskell.org/package/req-0.3.0/docs/Network-HTTP-Req.html#t:DELETE
Constructors
DELETE2 |
Instances
HttpMethod DELETE2 Source # | |
Defined in ChatWork.Utils Associated Types type AllowsBody DELETE2 :: CanHaveBody # Methods httpMethodName :: Proxy DELETE2 -> ByteString # | |
type AllowsBody DELETE2 Source # | |
Defined in ChatWork.Utils |