extHandler abstract class
abstract class extHandler { String get Name; bool test(String file); void handle(ptHost host,HttpRequest req,String file); }
abstract class extHandler { String get Name; bool test(String file); void handle(ptHost host,HttpRequest req,String file); }