HttpPageNotFound

ostrat.pWeb.HttpPageNotFound
See theHttpPageNotFound companion object
class HttpPageNotFound(val dateStr: String, val serverStr: String, val contentType: HttpContentType, val body: String) extends HttpRespBodied

HTTP OK 404 Response with body.

Attributes

Companion
object
Graph
Supertypes
trait HttpResp
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def code: HttpCode

HTTP response code.

HTTP response code.

Attributes

Definition Classes
override def headerStr: String

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
HttpRespBodied

Attributes

Inherited from:
HttpResp

Attributes

Inherited from:
HttpResp
final override def out: String

The String output of this HTTP response.

The String output of this HTTP response.

Attributes

Definition Classes
Inherited from:
HttpRespBodied

Attributes

Inherited from:
HttpResp

Attributes

Inherited from:
HttpResp

The HTTP version.

The HTTP version.

Attributes

Inherited from:
HttpResp

Concrete fields

val body: String