test-request Action
Used in FLAT tests to call the FLAT app under test.
Syntax
All request
parameters and options can be used:
The test-request
sets these variables to inspect the result (with assert
):
$status
the HTTP status code (number)$response
the response body (string)$headers
the response headers (array)
See also
Testing API Requests (cookbook)
Testing Upstream Requests (cookbook)
Testing (reference)
Last updated