Attributes
- Companion
- object
- Source
- FileAndResourceDirectives.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Concrete methods
Completes GET requests with the content of a file underneath the given directory. If the file cannot be read the Route rejects the request.
Completes GET requests with the content of a file underneath the given directory. If the file cannot be read the Route rejects the request.
Attributes
Completes GET requests with the content of the given file. If the file cannot be found or read the request is rejected.
Completes GET requests with the content of the given file. If the file cannot be found or read the request is rejected.
Attributes
Completes GET requests with the content of the given file. If the file cannot be found or read the request is rejected.
Completes GET requests with the content of the given file. If the file cannot be found or read the request is rejected.
Attributes
Completes GET requests with the content of the given class-path resource. If the resource cannot be found or read the Route rejects the request.
Completes GET requests with the content of the given class-path resource. If the resource cannot be found or read the Route rejects the request.
Attributes
Same as "getFromDirectory" except that the file is not fetched from the file system but rather from a "resource directory". If the requested resource is itself a directory or cannot be found or read the Route rejects the request.
Same as "getFromDirectory" except that the file is not fetched from the file system but rather from a "resource directory". If the requested resource is itself a directory or cannot be found or read the Route rejects the request.