harness.http.server.Route$
See theRoute companion trait
Attributes
-
Companion
-
trait
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
{res} : resource dir, can be set via --res-dir=VALUE
{res} : resource dir, can be set via --res-dir=VALUE
Expects things to be set up in the following format:
- /api/{*} -> provided api routes
- /api/health-check -> runs health-check
- /page/{*} -> {res}/index.html
- /res/favicon.ico -> {res}/favicon.ico
- /res/js/{} -> {res}/js/{}
- /res/css/{} -> {res}/css/{}
Attributes