Add RawData and 404 error response for plugin action

This commit is contained in:
Naoki Takezoe
2014-09-03 02:26:06 +09:00
parent cde09d3a59
commit d33886db89
2 changed files with 31 additions and 15 deletions

View File

@@ -7,6 +7,7 @@ package object plugin {
case class Redirect(path: String)
case class Fragment(html: Html)
case class RawData(contentType: String, content: Array[Byte])
object db {
// TODO labelled place holder support