Attributes
- Companion
- trait
- Source
- FileAndResourceDirectives.scala
- Graph
-
- Supertypes
- Self type
Members list
Value members
Inherited 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
- Inherited from:
- FileAndResourceDirectives
- Source
- FileAndResourceDirectives.scala
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
- Inherited from:
- FileAndResourceDirectives
- Source
- FileAndResourceDirectives.scala
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
- Inherited from:
- FileAndResourceDirectives
- Source
- FileAndResourceDirectives.scala
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
- Inherited from:
- FileAndResourceDirectives
- Source
- FileAndResourceDirectives.scala
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.
Attributes
- Inherited from:
- FileAndResourceDirectives
- Source
- FileAndResourceDirectives.scala