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.
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.
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.
getRequest :: WaiClientM env (Maybe Request)sydtest-wai Test.Syd.Wai.Client Get the most recently sent request.
lastRequestResponseContext :: Show respBody => Request -> Response respBody -> Stringsydtest-wai Test.Syd.Wai.Client An assertion context, for Context, that shows the last request and response
withLastRequestContext :: WaiClientM site a -> WaiClientM site asydtest-wai Test.Syd.Wai.Client Annotate the given test code with the last request and its response, if one has been made already.
bodyEquals :: Body -> MatchBodysydtest-wai Test.Syd.Wai.Matcher No documentation available.
-
No documentation available.
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.
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.
Sequence :: loc -> Tag -> [Node loc] -> Node locHsYAML Data.YAML No documentation available.