doctype

case class doctype(s: String)(content: Frag) extends Writable
trait Serializable
trait Product
trait Equals
trait Writable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def httpContentType: Option[String]
Definition Classes
Writable
def render: String
def writeBytesTo(out: OutputStream): Unit
def writeTo(strb: Writer): Unit

Inherited methods

def contentLength: Option[Long]
Inherited from:
Writable
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product