HtmlPageNotFound

ostrat.pWeb.HtmlPageNotFound
trait HtmlPageNotFound extends HtmlPage

A 404 HTML page.

Attributes

Graph
Supertypes
trait HtmlPage
trait HttpContent
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

override def httpResp(dateStr: String, server: String): HttpPageNotFound

Create an HtmlResp response with this HTML as its body.

Create an HtmlResp response with this HTML as its body.

Attributes

Definition Classes

Inherited methods

The HTML element of this HtmlPage consisting of an HtmlHead and an HtmlBody.

The HTML element of this HtmlPage consisting of an HtmlHead and an HtmlBody.

Attributes

Inherited from:
HtmlPage
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

Inherited from:
HttpContent
override def out: String

The output String in HTML code.

The output String in HTML code.

Attributes

Definition Classes
Inherited from:
HtmlPage
def zioOut: String

Attributes

Inherited from:
HtmlPage

Inherited and Abstract methods

def body: HtmlBody

The body of this HtmlPage.

The body of this HtmlPage.

Attributes

Inherited from:
HtmlPage
def head: HtmlHead

The head of this HtmlPage.

The head of this HtmlPage.

Attributes

Inherited from:
HtmlPage