CgiTester.GET

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

class CgiTester
GET
(
string url
,
string[] args = null
)

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