CgiTester.Response

You can check response information with these methods after you call the request handler.

class CgiTester
struct Response {
int code;
string[string] headers;
string responseText;
ubyte[] responseBody;
}

Meta