HttpContent

ostrat.pWeb.HttpContent
trait HttpContent

Http content that can be sent as a body of an Http response.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CssRules
trait HtmlPage
object TestPage
object DevPage
object GeomPage
object IndexPage
object LessonsPage
object NewDevsPage
object TomcatPage
object XHmlPage
object EarthPage
Show all

Members list

Value members

Abstract methods

def httpResp(dateStr: String, server: String): HttpRespBodied

Create an HtmlResp response with this HTML as its body.

Create an HtmlResp response with this HTML as its body.

Attributes

def out: String

The output String in HTML code.

The output String in HTML code.

Attributes

Concrete methods

def httpRespBytes(dateStr: String, server: String): Array[Byte]

Create an HtmlResp response with this HTML as its body in bytes.

Create an HtmlResp response with this HTML as its body in bytes.

Attributes