Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. performRequest :: Request -> WaiSession st (Response ByteString)

    sydtest-wai Test.Syd.Wai

    Perform a bare Request. You can use this to make a request to an application other than the one under test. This function does not set the host and port of the request like request does, but it does share a CookieJar.

  2. request :: Method -> ByteString -> [Header] -> ByteString -> WaiSession st (Response ByteString)

    sydtest-wai Test.Syd.Wai

    Perform a request to the application under test, with specified HTTP method, request path, headers and body.

  3. getRequest :: WaiClientM env (Maybe Request)

    sydtest-wai Test.Syd.Wai.Client

    Get the most recently sent request.

  4. lastRequestResponseContext :: Show respBody => Request -> Response respBody -> String

    sydtest-wai Test.Syd.Wai.Client

    An assertion context, for Context, that shows the last request and response

  5. withLastRequestContext :: WaiClientM site a -> WaiClientM site a

    sydtest-wai Test.Syd.Wai.Client

    Annotate the given test code with the last request and its response, if one has been made already.

  6. bodyEquals :: Body -> MatchBody

    sydtest-wai Test.Syd.Wai.Matcher

    No documentation available.

  7. module Test.Syd.Wai.Request

    No documentation available.

  8. performRequest :: Request -> WaiSession st (Response ByteString)

    sydtest-wai Test.Syd.Wai.Request

    Perform a bare Request. You can use this to make a request to an application other than the one under test. This function does not set the host and port of the request like request does, but it does share a CookieJar.

  9. request :: Method -> ByteString -> [Header] -> ByteString -> WaiSession st (Response ByteString)

    sydtest-wai Test.Syd.Wai.Request

    Perform a request to the application under test, with specified HTTP method, request path, headers and body.

  10. Sequence :: loc -> Tag -> [Node loc] -> Node loc

    HsYAML Data.YAML

    No documentation available.

Page 386 of many | Previous | Next