HttpContent

ostrat.pWeb.HttpContent
trait HttpContent

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CssRules
trait CssOpenstrat
object OnlyCss
trait HtmlPage
object GeomPage
class AppPage
object DevPage
object IndexPage
object NewDevsPage
object TestPage
object EarthPage
object AppsPage
object EGridPage
object TilingPage
object UtilPage
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