0 | module HTTP.API.Client.Method
2 | import HTTP.API.Client.Interface
7 | Receive ReqMethod where
11 | adjRequest m _ r = {method := m.method} r
14 | GetResponse ReqMethod where
15 | RespEncodings m = m.formats
16 | RespTypes (M _ _ _ Nothing0) = []
17 | RespTypes (M _ _ _ $
Just0 t) = [t]