Trait/Object

org.http4s.dsl.impl

Responses

Related Docs: object Responses | package impl

Permalink

trait Responses[F[_], G[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Responses
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. implicit def http4sAcceptedSyntax(status: Accepted.type): AcceptedOps[F, G]

    Permalink
  12. implicit def http4sAlreadyReportedSyntax(status: AlreadyReported.type): AlreadyReportedOps[F, G]

    Permalink
  13. implicit def http4sBadGatewaySyntax(status: BadGateway.type): BadGatewayOps[F, G]

    Permalink
  14. implicit def http4sBadRequestSyntax(status: BadRequest.type): BadRequestOps[F, G]

    Permalink
  15. implicit def http4sConflictSyntax(status: Conflict.type): ConflictOps[F, G]

    Permalink
  16. implicit def http4sContinueSyntax(status: Continue.type): ContinueOps[F, G]

    Permalink
  17. implicit def http4sCreatedSyntax(status: Created.type): CreatedOps[F, G]

    Permalink
  18. implicit def http4sEarlyHintsSyntax(status: EarlyHints.type): EarlyHintsOps[F, G]

    Permalink
  19. implicit def http4sExpectationFailedSyntax(status: ExpectationFailed.type): ExpectationFailedOps[F, G]

    Permalink
  20. implicit def http4sFailedDependencySyntax(status: FailedDependency.type): FailedDependencyOps[F, G]

    Permalink
  21. implicit def http4sForbiddenSyntax(status: Forbidden.type): ForbiddenOps[F, G]

    Permalink
  22. implicit def http4sFoundSyntax(status: Found.type): FoundOps[F, G]

    Permalink
  23. implicit def http4sGatewayTimeoutSyntax(status: GatewayTimeout.type): GatewayTimeoutOps[F, G]

    Permalink
  24. implicit def http4sGoneSyntax(status: Gone.type): GoneOps[F, G]

    Permalink
  25. implicit def http4sHttpVersionNotSupportedSyntax(status: HttpVersionNotSupported.type): HttpVersionNotSupportedOps[F, G]

    Permalink
  26. implicit def http4sIMUsedSyntax(status: IMUsed.type): IMUsedOps[F, G]

    Permalink
  27. implicit def http4sInsufficientStorageSyntax(status: InsufficientStorage.type): InsufficientStorageOps[F, G]

    Permalink
  28. implicit def http4sInternalServerErrorSyntax(status: InternalServerError.type): InternalServerErrorOps[F, G]

    Permalink
  29. implicit def http4sLengthRequiredSyntax(status: LengthRequired.type): LengthRequiredOps[F, G]

    Permalink
  30. implicit def http4sLockedSyntax(status: Locked.type): LockedOps[F, G]

    Permalink
  31. implicit def http4sLoopDetectedSyntax(status: LoopDetected.type): LoopDetectedOps[F, G]

    Permalink
  32. implicit def http4sMethodNotAllowedSyntax(status: MethodNotAllowed.type): MethodNotAllowedOps[F, G]

    Permalink
  33. implicit def http4sMisdirectedRequestSyntax(status: MisdirectedRequest.type): MisdirectedRequestOps[F, G]

    Permalink
  34. implicit def http4sMovedPermanentlySyntax(status: MovedPermanently.type): MovedPermanentlyOps[F, G]

    Permalink
  35. implicit def http4sMultiStatusSyntax(status: MultiStatus.type): MultiStatusOps[F, G]

    Permalink
  36. implicit def http4sMultipleChoicesSyntax(status: MultipleChoices.type): MultipleChoicesOps[F, G]

    Permalink
  37. implicit def http4sNetworkAuthenticationRequiredSyntax(status: NetworkAuthenticationRequired.type): NetworkAuthenticationRequiredOps[F, G]

    Permalink
  38. implicit def http4sNoContentSyntax(status: NoContent.type): NoContentOps[F, G]

    Permalink
  39. implicit def http4sNonAuthoritativeInformationSyntax(status: NonAuthoritativeInformation.type): NonAuthoritativeInformationOps[F, G]

    Permalink
  40. implicit def http4sNotAcceptableSyntax(status: NotAcceptable.type): NotAcceptableOps[F, G]

    Permalink
  41. implicit def http4sNotExtendedSyntax(status: NotExtended.type): NotExtendedOps[F, G]

    Permalink
  42. implicit def http4sNotFoundSyntax(status: NotFound.type): NotFoundOps[F, G]

    Permalink
  43. implicit def http4sNotImplementedSyntax(status: NotImplemented.type): NotImplementedOps[F, G]

    Permalink
  44. implicit def http4sNotModifiedSyntax(status: NotModified.type): NotModifiedOps[F, G]

    Permalink
  45. implicit def http4sOkSyntax(status: Ok.type): OkOps[F, G]

    Permalink
  46. implicit def http4sPartialContentSyntax(status: PartialContent.type): PartialContentOps[F, G]

    Permalink
  47. implicit def http4sPayloadTooLargeSyntax(status: PayloadTooLarge.type): PayloadTooLargeOps[F, G]

    Permalink
  48. implicit def http4sPaymentRequiredSyntax(status: PaymentRequired.type): PaymentRequiredOps[F, G]

    Permalink
  49. implicit def http4sPermanentRedirectSyntax(status: PermanentRedirect.type): PermanentRedirectOps[F, G]

    Permalink
  50. implicit def http4sPreconditionFailedSyntax(status: PreconditionFailed.type): PreconditionFailedOps[F, G]

    Permalink
  51. implicit def http4sPreconditionRequiredSyntax(status: PreconditionRequired.type): PreconditionRequiredOps[F, G]

    Permalink
  52. implicit def http4sProxyAuthenticationRequiredSyntax(status: ProxyAuthenticationRequired.type): ProxyAuthenticationRequiredOps[F, G]

    Permalink
  53. implicit def http4sRangeNotSatisfiableSyntax(status: RangeNotSatisfiable.type): RangeNotSatisfiableOps[F, G]

    Permalink
  54. implicit def http4sRequestHeaderFieldsTooLargeSyntax(status: RequestHeaderFieldsTooLarge.type): RequestHeaderFieldsTooLargeOps[F, G]

    Permalink
  55. implicit def http4sRequestTimeoutSyntax(status: RequestTimeout.type): RequestTimeoutOps[F, G]

    Permalink
  56. implicit def http4sResetContentSyntax(status: ResetContent.type): ResetContentOps[F, G]

    Permalink
  57. implicit def http4sSeeOtherSyntax(status: SeeOther.type): SeeOtherOps[F, G]

    Permalink
  58. implicit def http4sServiceUnavailableSyntax(status: ServiceUnavailable.type): ServiceUnavailableOps[F, G]

    Permalink
  59. implicit def http4sSwitchingProtocolsSyntax(status: SwitchingProtocols.type): SwitchingProtocolsOps[F, G]

    Permalink
  60. implicit def http4sTemporaryRedirectSyntax(status: TemporaryRedirect.type): TemporaryRedirectOps[F, G]

    Permalink
  61. implicit def http4sTooEarlySyntax(status: TooEarly.type): TooEarlyOps[F, G]

    Permalink
  62. implicit def http4sTooManyRequestsSyntax(status: TooManyRequests.type): TooManyRequestsOps[F, G]

    Permalink
  63. implicit def http4sUnauthorizedSyntax(status: Unauthorized.type): UnauthorizedOps[F, G]

    Permalink
  64. implicit def http4sUnavailableForLegalReasonsSyntax(status: UnavailableForLegalReasons.type): UnavailableForLegalReasonsOps[F, G]

    Permalink
  65. implicit def http4sUnprocessableEntitySyntax(status: UnprocessableEntity.type): UnprocessableEntityOps[F, G]

    Permalink
  66. implicit def http4sUnsupportedMediaTypeSyntax(status: UnsupportedMediaType.type): UnsupportedMediaTypeOps[F, G]

    Permalink
  67. implicit def http4sUpgradeRequiredSyntax(status: UpgradeRequired.type): UpgradeRequiredOps[F, G]

    Permalink
  68. implicit def http4sUriTooLongSyntax(status: UriTooLong.type): UriTooLongOps[F, G]

    Permalink
  69. implicit def http4sVariantAlsoNegotiatesSyntax(status: VariantAlsoNegotiates.type): VariantAlsoNegotiatesOps[F, G]

    Permalink
  70. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  72. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  73. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  75. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped