Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
By default, the '()' instance for Sendable
moves the query parameters of the Route
into the body of the POST request. Most APIs handle both, but some will complain if they aren't sent in the actual query. If you send
PostQuery
instead of '()', the query params won't move from the actual query string when constructing the request.