object Status extends Serializable
- Source
- Status.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Status
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait ResponseClass extends AnyRef
Value Members
- val Accepted: Status
- val AlreadyReported: Status
- val BadGateway: Status
- val BadRequest: Status
- val Conflict: Status
-
val
Continue: Status
Status code list taken from http://www.iana.org/assignments/http-status-codes/http-status-codes.xml
- val Created: Status
- val EarlyHints: Status
- val ExpectationFailed: Status
- val FailedDependency: Status
- val Forbidden: Status
- val Found: Status
- val GatewayTimeout: Status
- val Gone: Status
- val HttpVersionNotSupported: Status
- val IMUsed: Status
- val InsufficientStorage: Status
- val InternalServerError: Status
- val LengthRequired: Status
- val Locked: Status
- val LoopDetected: Status
- val MethodNotAllowed: Status
- val MisdirectedRequest: Status
- val MovedPermanently: Status
- val MultiStatus: Status
- val MultipleChoices: Status
- val NetworkAuthenticationRequired: Status
- val NoContent: Status
- val NonAuthoritativeInformation: Status
- val NotAcceptable: Status
- val NotExtended: Status
- val NotFound: Status
- val NotImplemented: Status
- val NotModified: Status
- val Ok: Status
- val PartialContent: Status
- val PayloadTooLarge: Status
- val PaymentRequired: Status
- val PermanentRedirect: Status
- val PreconditionFailed: Status
- val PreconditionRequired: Status
- val Processing: Status
- val ProxyAuthenticationRequired: Status
- val RangeNotSatisfiable: Status
- val RequestHeaderFieldsTooLarge: Status
- val RequestTimeout: Status
- val ResetContent: Status
- val SeeOther: Status
- val ServiceUnavailable: Status
- val SwitchingProtocols: Status
- val TemporaryRedirect: Status
- val TooEarly: Status
- val TooManyRequests: Status
- val Unauthorized: Status
- val UnavailableForLegalReasons: Status
- val UnprocessableEntity: Status
- val UnsupportedMediaType: Status
- val UpgradeRequired: Status
- val UriTooLong: Status
- val UseProxy: Status
- val VariantAlsoNegotiates: Status
- def apply(code: Int, reason: String = "", isEntityAllowed: Boolean = true): Status
- def fromInt(code: Int): ParseResult[Status]
- def fromIntAndReason(code: Int, reason: String): ParseResult[Status]
- implicit val http4sOrderForStatus: Order[Status]
- implicit val http4sShowForStatus: Show[Status]
- object ClientError extends ResponseClass with Product with Serializable
- object Informational extends ResponseClass with Product with Serializable
- object Redirection extends ResponseClass with Product with Serializable
- object ResponseClass
- object ServerError extends ResponseClass with Product with Serializable
- object Successful extends ResponseClass with Product with Serializable