Dart Documentationptwebserver.extHandlerextHandler

extHandler abstract class

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

Subclasses

Default_Handler, PHP_Handler

Properties

final String Name #

String get Name;

Methods

abstract void handle(ptHost host, HttpRequest req, String file) #

abstract bool test(String file) #