ServerStaticHandler constructor

ServerStaticHandler(
  1. String directory
)

Implementation

ServerStaticHandler(this.directory)
  : _rootDirectory = p.normalize(p.absolute(directory));