CgiTester.executeTest

Executes a test request on your request handler, and returns the response.

class CgiTester
executeTest
(
string method
,
string url
,
string[] args
)

Parameters

url string

The URL to test. Should be an absolute path, but excluding domain. e.g. "/test".

args string[]

additional arguments. Same format as cgi's command line handler.

Meta