t

org.http4s.dsl.impl

Statuses

trait Statuses extends AnyRef

Source
Statuses.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Statuses
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val Accepted: Status.Accepted.type
  2. val AlreadyReported: Status.AlreadyReported.type
  3. val BadGateway: Status.BadGateway.type
  4. val BadRequest: Status.BadRequest.type
  5. val Conflict: Status.Conflict.type
  6. val Continue: Status.Continue.type
  7. val Created: Status.Created.type
  8. val ExpectationFailed: Status.ExpectationFailed.type
  9. val FailedDependency: Status.FailedDependency.type
  10. val Forbidden: Status.Forbidden.type
  11. val Found: Status.Found.type
  12. val GatewayTimeout: Status.GatewayTimeout.type
  13. val Gone: Status.Gone.type
  14. val HttpVersionNotSupported: Status.HttpVersionNotSupported.type
  15. val IMUsed: Status.IMUsed.type
  16. val InsufficientStorage: Status.InsufficientStorage.type
  17. val InternalServerError: Status.InternalServerError.type
  18. val LengthRequired: Status.LengthRequired.type
  19. val Locked: Status.Locked.type
  20. val LoopDetected: Status.LoopDetected.type
  21. val MethodNotAllowed: Status.MethodNotAllowed.type
  22. val MovedPermanently: Status.MovedPermanently.type
  23. val MultiStatus: Status.MultiStatus.type
  24. val MultipleChoices: Status.MultipleChoices.type
  25. val NetworkAuthenticationRequired: Status.NetworkAuthenticationRequired.type
  26. val NoContent: Status.NoContent.type
  27. val NonAuthoritativeInformation: Status.NonAuthoritativeInformation.type
  28. val NotAcceptable: Status.NotAcceptable.type
  29. val NotExtended: Status.NotExtended.type
  30. val NotFound: Status.NotFound.type
  31. val NotImplemented: Status.NotImplemented.type
  32. val NotModified: Status.NotModified.type
  33. val Ok: Status.Ok.type
  34. val PartialContent: Status.PartialContent.type
  35. val PayloadTooLarge: Status.PayloadTooLarge.type
  36. val PaymentRequired: Status.PaymentRequired.type
  37. val PermanentRedirect: Status.PermanentRedirect.type
  38. val PreconditionFailed: Status.PreconditionFailed.type
  39. val PreconditionRequired: Status.PreconditionRequired.type
  40. val Processing: Status.Processing.type
  41. val ProxyAuthenticationRequired: Status.ProxyAuthenticationRequired.type
  42. val RangeNotSatisfiable: Status.RangeNotSatisfiable.type
  43. val RequestHeaderFieldsTooLarge: Status.RequestHeaderFieldsTooLarge.type
  44. val RequestTimeout: Status.RequestTimeout.type
  45. val ResetContent: Status.ResetContent.type
  46. val SeeOther: Status.SeeOther.type
  47. val ServiceUnavailable: Status.ServiceUnavailable.type
  48. val SwitchingProtocols: Status.SwitchingProtocols.type
  49. val TemporaryRedirect: Status.TemporaryRedirect.type
  50. val TooManyRequests: Status.TooManyRequests.type
  51. val Unauthorized: Status.Unauthorized.type
  52. val UnavailableForLegalReasons: Status.UnavailableForLegalReasons.type
  53. val UnprocessableEntity: Status.UnprocessableEntity.type
  54. val UnsupportedMediaType: Status.UnsupportedMediaType.type
  55. val UpgradeRequired: Status.UpgradeRequired.type
  56. val UriTooLong: Status.UriTooLong.type
  57. val UseProxy: Status.UseProxy.type
  58. val VariantAlsoNegotiates: Status.VariantAlsoNegotiates.type