oxygen.web.model

Members list

Type members

Classlikes

sealed abstract class HttpCode(val code: Int, val name: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HttpCode

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
HttpCode.type
sealed abstract class HttpMethod(val method: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class NonStandard
class Standard
object CONNECT
object DELETE
object GET
object HEAD
object OPTIONS
object PATCH
object POST
object PUT
object TRACE
Show all
object HttpMethod

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
HttpMethod.type