http-test: Test framework for HTTP APIs

[ bsd3, library, program, test, web ] [ Propose Tags ]

A simple framework for making assertions about the responses of HTTP servers.

import Test.HTTP
import Data.List (isInfixOf)

main = defaultMain $ httpTestCase "BayesHive landing page" "https://bayeshive.com" $ do
    landing <- get "/"
    assert "Correct blog link" $
      "href=\"https://bayeshive.com/blog\"" `isInfixOf` landing
    loginResult <- postForm "/auth/page/email/login"
                     [("email", "foo"), ("password", "bar")]
    debug loginResult

Modules

[Last Documentation]

  • Test
    • Test.HTTP

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.3, 0.2.4, 0.2.5
Dependencies aeson, base (>=4 && <5), bytestring, http-client, http-test, lens, mtl, network, tasty, tasty-hunit, text, wreq [details]
License BSD-3-Clause
Author OpenBrain Ltd
Maintainer tomn@openbrain.org
Category Test, Web
Home page https://github.com/openbrainsrc/http-test
Bug tracker https://github.com/openbrainsrc/http-test/issues
Source repo head: git clone https://github.com/openbrainsrc/http-test
Uploaded by glutamate at 2014-05-20T14:52:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables http-test, test-http-test-bayeshive
Downloads 11658 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-15 [all 6 reports]