$default_code
$default_code :
HTTP controller
process()
Process the HTTP request.
Middleware class to handle the HTTP request for any URIs that goto /unit_test/*. Use the app::get_uri_segments() and app::get_uri() methods to determine the exact URI being requested, and process accordingly. Use the following methods to set a response for the request. app::set_res_contents() app::set_res_http_status() app::set_res_content_type()