HttpFound

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

HTTP OK 200 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 OK 200 response.

HTTP OK 200 response.

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