Okapi.Record.Error
data Request (method :: k) (path :: k1) (query :: k2) (headers :: k3) (body :: k4) Source #
Constructors
Fields
data Response (status :: k) (headers :: k1) (body :: k2) Source #