HttpContent

ostrat.pWeb.HttpContent
trait HttpContent

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

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