WarningType

scamper.http.types.WarningType
See theWarningType companion object
trait WarningType

Standardized type for Warning header value.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def agent: String

Gets warning agent.

Gets warning agent.

Attributes

def code: Int

Gets warning code.

Gets warning code.

Attributes

def date: Option[Instant]

Gets warning date.

Gets warning date.

Attributes

def text: String

Gets warning text.

Gets warning text.

Attributes

Concrete fields

lazy override val toString: String

Returns formatted warning.

Returns formatted warning.

Attributes