BSD-3-Clause licensed and maintained by Jens Petersen
This version can be pinned in stack with:http-query-0.1.1@sha256:3ce0f21c929f34c82a898db97d16548cd072e38949738fa0cdef6650c6828b54,1584

Module documentation for 0.1.1

http-query

GitHub CI Hackage

Very thin layer over http-conduit for simpler web json API queries.

See the Network.HTTP.Query documentation for more details.

Examples

A few projects use http-query already:

Changes

Revision history for http-query

0.1.1 (2021-11-29)

  • add apiQueryURI: returns the URI of a query
  • fix build with aeson-2.0

0.1.0.1 (2021-02-28)

  • webAPIQuery: use setRequestCheckStatus
  • build for ghc-7.10 with transformers

0.1.0 (2020-08-18)

  • initial release