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

Source
Responses.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Responses
  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. implicit def http4sAcceptedSyntax(status: Accepted.type): AcceptedOps[F, G]
  2. implicit def http4sAlreadyReportedSyntax(status: AlreadyReported.type): AlreadyReportedOps[F, G]
  3. implicit def http4sBadGatewaySyntax(status: BadGateway.type): BadGatewayOps[F, G]
  4. implicit def http4sBadRequestSyntax(status: BadRequest.type): BadRequestOps[F, G]
  5. implicit def http4sConflictSyntax(status: Conflict.type): ConflictOps[F, G]
  6. implicit def http4sContinueSyntax(status: Continue.type): ContinueOps[F, G]
  7. implicit def http4sCreatedSyntax(status: Created.type): CreatedOps[F, G]
  8. implicit def http4sEarlyHintsSyntax(status: EarlyHints.type): EarlyHintsOps[F, G]
  9. implicit def http4sExpectationFailedSyntax(status: ExpectationFailed.type): ExpectationFailedOps[F, G]
  10. implicit def http4sFailedDependencySyntax(status: FailedDependency.type): FailedDependencyOps[F, G]
  11. implicit def http4sForbiddenSyntax(status: Forbidden.type): ForbiddenOps[F, G]
  12. implicit def http4sFoundSyntax(status: Found.type): FoundOps[F, G]
  13. implicit def http4sGatewayTimeoutSyntax(status: GatewayTimeout.type): GatewayTimeoutOps[F, G]
  14. implicit def http4sGoneSyntax(status: Gone.type): GoneOps[F, G]
  15. implicit def http4sHttpVersionNotSupportedSyntax(status: HttpVersionNotSupported.type): HttpVersionNotSupportedOps[F, G]
  16. implicit def http4sIMUsedSyntax(status: IMUsed.type): IMUsedOps[F, G]
  17. implicit def http4sInsufficientStorageSyntax(status: InsufficientStorage.type): InsufficientStorageOps[F, G]
  18. implicit def http4sInternalServerErrorSyntax(status: InternalServerError.type): InternalServerErrorOps[F, G]
  19. implicit def http4sLengthRequiredSyntax(status: LengthRequired.type): LengthRequiredOps[F, G]
  20. implicit def http4sLockedSyntax(status: Locked.type): LockedOps[F, G]
  21. implicit def http4sLoopDetectedSyntax(status: LoopDetected.type): LoopDetectedOps[F, G]
  22. implicit def http4sMethodNotAllowedSyntax(status: MethodNotAllowed.type): MethodNotAllowedOps[F, G]
  23. implicit def http4sMisdirectedRequestSyntax(status: MisdirectedRequest.type): MisdirectedRequestOps[F, G]
  24. implicit def http4sMovedPermanentlySyntax(status: MovedPermanently.type): MovedPermanentlyOps[F, G]
  25. implicit def http4sMultiStatusSyntax(status: MultiStatus.type): MultiStatusOps[F, G]
  26. implicit def http4sMultipleChoicesSyntax(status: MultipleChoices.type): MultipleChoicesOps[F, G]
  27. implicit def http4sNetworkAuthenticationRequiredSyntax(status: NetworkAuthenticationRequired.type): NetworkAuthenticationRequiredOps[F, G]
  28. implicit def http4sNoContentSyntax(status: NoContent.type): NoContentOps[F, G]
  29. implicit def http4sNonAuthoritativeInformationSyntax(status: NonAuthoritativeInformation.type): NonAuthoritativeInformationOps[F, G]
  30. implicit def http4sNotAcceptableSyntax(status: NotAcceptable.type): NotAcceptableOps[F, G]
  31. implicit def http4sNotExtendedSyntax(status: NotExtended.type): NotExtendedOps[F, G]
  32. implicit def http4sNotFoundSyntax(status: NotFound.type): NotFoundOps[F, G]
  33. implicit def http4sNotImplementedSyntax(status: NotImplemented.type): NotImplementedOps[F, G]
  34. implicit def http4sNotModifiedSyntax(status: NotModified.type): NotModifiedOps[F, G]
  35. implicit def http4sOkSyntax(status: Ok.type): OkOps[F, G]
  36. implicit def http4sPartialContentSyntax(status: PartialContent.type): PartialContentOps[F, G]
  37. implicit def http4sPayloadTooLargeSyntax(status: PayloadTooLarge.type): PayloadTooLargeOps[F, G]
  38. implicit def http4sPaymentRequiredSyntax(status: PaymentRequired.type): PaymentRequiredOps[F, G]
  39. implicit def http4sPermanentRedirectSyntax(status: PermanentRedirect.type): PermanentRedirectOps[F, G]
  40. implicit def http4sPreconditionFailedSyntax(status: PreconditionFailed.type): PreconditionFailedOps[F, G]
  41. implicit def http4sPreconditionRequiredSyntax(status: PreconditionRequired.type): PreconditionRequiredOps[F, G]
  42. implicit def http4sProxyAuthenticationRequiredSyntax(status: ProxyAuthenticationRequired.type): ProxyAuthenticationRequiredOps[F, G]
  43. implicit def http4sRangeNotSatisfiableSyntax(status: RangeNotSatisfiable.type): RangeNotSatisfiableOps[F, G]
  44. implicit def http4sRequestHeaderFieldsTooLargeSyntax(status: RequestHeaderFieldsTooLarge.type): RequestHeaderFieldsTooLargeOps[F, G]
  45. implicit def http4sRequestTimeoutSyntax(status: RequestTimeout.type): RequestTimeoutOps[F, G]
  46. implicit def http4sResetContentSyntax(status: ResetContent.type): ResetContentOps[F, G]
  47. implicit def http4sSeeOtherSyntax(status: SeeOther.type): SeeOtherOps[F, G]
  48. implicit def http4sServiceUnavailableSyntax(status: ServiceUnavailable.type): ServiceUnavailableOps[F, G]
  49. implicit def http4sSwitchingProtocolsSyntax(status: SwitchingProtocols.type): SwitchingProtocolsOps[F, G]
  50. implicit def http4sTemporaryRedirectSyntax(status: TemporaryRedirect.type): TemporaryRedirectOps[F, G]
  51. implicit def http4sTooEarlySyntax(status: TooEarly.type): TooEarlyOps[F, G]
  52. implicit def http4sTooManyRequestsSyntax(status: TooManyRequests.type): TooManyRequestsOps[F, G]
  53. implicit def http4sUnauthorizedSyntax(status: Unauthorized.type): UnauthorizedOps[F, G]
  54. implicit def http4sUnavailableForLegalReasonsSyntax(status: UnavailableForLegalReasons.type): UnavailableForLegalReasonsOps[F, G]
  55. implicit def http4sUnprocessableEntitySyntax(status: UnprocessableEntity.type): UnprocessableEntityOps[F, G]
  56. implicit def http4sUnsupportedMediaTypeSyntax(status: UnsupportedMediaType.type): UnsupportedMediaTypeOps[F, G]
  57. implicit def http4sUpgradeRequiredSyntax(status: UpgradeRequired.type): UpgradeRequiredOps[F, G]
  58. implicit def http4sUriTooLongSyntax(status: UriTooLong.type): UriTooLongOps[F, G]
  59. implicit def http4sVariantAlsoNegotiatesSyntax(status: VariantAlsoNegotiates.type): VariantAlsoNegotiatesOps[F, G]