org.http4s

StatusInstances

trait StatusInstances extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StatusInstances
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Accepted: Status with EntityResponseGenerator

  7. val AlreadyReported: Status with EntityResponseGenerator

  8. val BadGateway: Status with EntityResponseGenerator

  9. val BadRequest: Status with EntityResponseGenerator

  10. val Conflict: Status with EntityResponseGenerator

  11. val Continue: Status with NoEntityResponseGenerator

    Status code list taken from http://www.

    Status code list taken from http://www.iana.org/assignments/http-status-codes/http-status-codes.xml

  12. val Created: Status with EntityResponseGenerator

  13. val ExpectationFailed: Status with EntityResponseGenerator

  14. val FailedDependency: Status with EntityResponseGenerator

  15. val Forbidden: Status with EntityResponseGenerator

  16. val Found: Status with RedirectResponderGenerator

  17. val GatewayTimeOut: Status with EntityResponseGenerator

  18. val Gone: Status with EntityResponseGenerator

  19. val HttpVersionNotSupported: Status with EntityResponseGenerator

  20. val IMUsed: Status with EntityResponseGenerator

  21. val ImATeapot: Status with EntityResponseGenerator

  22. val InsufficientStorage: Status with EntityResponseGenerator

  23. val InternalServerError: Status with EntityResponseGenerator

  24. val LengthRequred: Status with EntityResponseGenerator

  25. val Locked: Status with EntityResponseGenerator

  26. val LoopDetected: Status with EntityResponseGenerator

  27. val MethodNotAllowed: Status with EntityResponseGenerator { ... /* 2 definitions in type refinement */ }

  28. val MovedPermanently: Status with RedirectResponderGenerator

  29. val MultiStatus: Status with EntityResponseGenerator

  30. val MultipleChoices: Status with EntityResponseGenerator

  31. val NetworkAuthenticationRequired: Status with EntityResponseGenerator

  32. val NoContent: Status with NoEntityResponseGenerator

  33. val NonAuthoritativeInformation: Status with EntityResponseGenerator

  34. val NotAcceptable: Status with EntityResponseGenerator

  35. val NotExtended: Status with EntityResponseGenerator

  36. val NotFound: Status with EntityResponseGenerator { def apply(request: org.http4s.Request): scalaz.concurrent.Task[org.http4s.Response] }

  37. val NotImplemented: Status with EntityResponseGenerator

  38. val NotModified: Status with NoEntityResponseGenerator

  39. val Ok: Status with EntityResponseGenerator

  40. val PartialContent: Status with EntityResponseGenerator { ... /* 2 definitions in type refinement */ }

  41. val PaymentRequired: Status with EntityResponseGenerator

  42. val PreconditionFailed: Status with EntityResponseGenerator

  43. val PreconditionRequired: Status with EntityResponseGenerator

  44. val Processing: Status with NoEntityResponseGenerator

  45. val ProxyAuthenticationRequired: Status with EntityResponseGenerator { ... /* 2 definitions in type refinement */ }

  46. val RequestEntityTooLarge: Status with EntityResponseGenerator

  47. val RequestHeaderFieldsTooLarge: Status with EntityResponseGenerator

  48. val RequestTimeOut: Status with EntityResponseGenerator

  49. val RequestUriTooLarge: Status with EntityResponseGenerator

  50. val RequestedRangeNotSatisfiable: Status with EntityResponseGenerator

  51. val ResetContent: Status with NoEntityResponseGenerator

  52. val SeeOther: Status with RedirectResponderGenerator

  53. val ServiceUnavailable: Status with EntityResponseGenerator

  54. val SwitchingProtocols: Status { ... /* 2 definitions in type refinement */ }

  55. val TemporaryRedirect: Status with RedirectResponderGenerator

  56. val TooManyRequests: Status with EntityResponseGenerator

  57. val Unauthorized: Status with EntityResponseGenerator { ... /* 2 definitions in type refinement */ }

  58. val UnorderedCollection: Status with EntityResponseGenerator

  59. val UnprocessableEntity: Status with EntityResponseGenerator

  60. val UnsupportedMediaType: Status with EntityResponseGenerator

  61. val UpgradeRequired: Status with EntityResponseGenerator

  62. val UseProxy: Status with RedirectResponderGenerator

  63. val VariantAlsoNegotiates: Status with EntityResponseGenerator

  64. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  65. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  67. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  68. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  69. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  70. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  71. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  72. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  73. final def notify(): Unit

    Definition Classes
    AnyRef
  74. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  75. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  76. def toString(): String

    Definition Classes
    AnyRef → Any
  77. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped