path property

String path
final

The suffix path this route will respond to.

The complete path is determined by where the route is added, ie. the path given to WebServer.addRoute.

Implementation

final String path;