HttpCode

oxygen.web.model.HttpCode
See theHttpCode companion object
sealed abstract class HttpCode(val code: Int, val name: String)

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

final def is1xx: Boolean
final def is2xx: Boolean
final def is3xx: Boolean
final def is4xx: Boolean
final def is4xxOr5xx: Boolean
final def is5xx: Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val code: Int
val name: String