object ResponseStatuses
Includes standard HTTP statuses.
- Alphabetic
- By Inheritance
- ResponseStatuses
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Accepted: ResponseStatus
202 Accepted
- val BadGateway: ResponseStatus
502 Bad Gateway
- val BadRequest: ResponseStatus
400 Bad Request
- val Conflict: ResponseStatus
409 Conflict
- val Continue: ResponseStatus
100 Continue
- val Created: ResponseStatus
201 Created
- val EarlyHints: ResponseStatus
103 Early Hints
- val ExpectationFailed: ResponseStatus
417 Expectation Failed
- val Forbidden: ResponseStatus
403 Forbidden
- val Found: ResponseStatus
302 Found
- val GatewayTimeout: ResponseStatus
504 Gateway Timeout
- val Gone: ResponseStatus
410 Gone
- val HttpVersionNotSupported: ResponseStatus
505 HTTP Version Not Supported
- val InternalServerError: ResponseStatus
500 Internal Server Error
- val LengthRequired: ResponseStatus
411 Length Required
- val MethodNotAllowed: ResponseStatus
405 Method Not Allowed
- val MovedPermanently: ResponseStatus
301 Moved Permanently
- val MultipleChoices: ResponseStatus
300 Multiple Choices
- val NetworkAuthenticationRequired: ResponseStatus
511 Network Authentication Required
- val NoContent: ResponseStatus
204 No Content
- val NonAuthoritativeInformation: ResponseStatus
203 Non-Authoritative Information
- val NotAcceptable: ResponseStatus
406 Not Acceptable
- val NotFound: ResponseStatus
404 Not Found
- val NotImplemented: ResponseStatus
501 Not Implemented
- val NotModified: ResponseStatus
304 Not Modified
- val Ok: ResponseStatus
200 OK
- val PartialContent: ResponseStatus
206 Partial Content
- val PayloadTooLarge: ResponseStatus
413 Payload Too Large
- val PaymentRequired: ResponseStatus
402 Payment Required
- val PermanentRedirect: ResponseStatus
308 Permanent Redirect
- val PreconditionFailed: ResponseStatus
412 Precondition Failed
- val PreconditionRequired: ResponseStatus
428 Precondition Required
- val ProxyAuthenticationRequired: ResponseStatus
407 Proxy Authentication Required
- val RangeNotSatisfiable: ResponseStatus
416 Range Not Satisfiable
- val RequestHeaderFieldsTooLarge: ResponseStatus
431 Request Header Fields Too Large
- val RequestTimeout: ResponseStatus
408 Request Timeout
- val ResetContent: ResponseStatus
205 Reset Content
- val SeeOther: ResponseStatus
303 See Other
- val ServiceUnavailable: ResponseStatus
503 Service Unavailable
- val SwitchingProtocols: ResponseStatus
101 Switching Protocols
- val TemporaryRedirect: ResponseStatus
307 Temporary Redirect
- val TooEarly: ResponseStatus
425 Too Early
- val TooManyRequests: ResponseStatus
429 Too Many Requests
- val Unauthorized: ResponseStatus
401 Unauthorized
- val UnavailableForLegalReasons: ResponseStatus
451 Unavailable For Legal Reasons
- val UnprocessableEntity: ResponseStatus
422 Unprocessable Entity
- val UnsupportedMediaType: ResponseStatus
415 Unsupported Media Type
- val UpgradeRequired: ResponseStatus
426 Upgrade Required
- val UriTooLong: ResponseStatus
414 URI Too Long
- val UseProxy: ResponseStatus
305 Use Proxy
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()