io

object io extends Http4sDsl[[A] =>> IO[A]]
trait Http4sDsl[[A] =>> IO[A]]
trait Http4sDsl2[[A] =>> IO[A], [A] =>> IO[A]]
trait Responses[[A] =>> IO[A], [A] =>> IO[A]]
trait Statuses
trait Auth
trait Methods
class Object
trait Matchable
class Any

Value members

Inherited fields

val +&: +&
Inherited from
Http4sDsl2
val ->: ->
Inherited from
Http4sDsl2
val /: /
Inherited from
Http4sDsl2
val /:: /:
Inherited from
Http4sDsl2
val :?: :?
Inherited from
Http4sDsl2
val Accepted: Status
Inherited from
Statuses
val AlreadyReported: Status
Inherited from
Statuses
val BadGateway: Status
Inherited from
Statuses
val BadRequest: Status
Inherited from
Statuses
val CONNECT: Method
Inherited from
Methods
val Conflict: Status
Inherited from
Statuses
val Continue: Status
Inherited from
Statuses
val Created: Status
Inherited from
Statuses
val DELETE: Method
Inherited from
Methods
val ExpectationFailed: Status
Inherited from
Statuses
val FailedDependency: Status
Inherited from
Statuses
val Forbidden: Status
Inherited from
Statuses
val Found: Status
Inherited from
Statuses
val GET: Method
Inherited from
Methods
val GatewayTimeout: Status
Inherited from
Statuses
val Gone: Status
Inherited from
Statuses
val HEAD: Method
Inherited from
Methods
Inherited from
Statuses
val IMUsed: Status
Inherited from
Statuses
val InsufficientStorage: Status
Inherited from
Statuses
Inherited from
Http4sDsl2
val InternalServerError: Status
Inherited from
Statuses
val LengthRequired: Status
Inherited from
Statuses
val Locked: Status
Inherited from
Statuses
Inherited from
Http4sDsl2
val LoopDetected: Status
Inherited from
Statuses
val MethodNotAllowed: Status
Inherited from
Statuses
val MovedPermanently: Status
Inherited from
Statuses
val MultiStatus: Status
Inherited from
Statuses
val MultipleChoices: Status
Inherited from
Statuses
Inherited from
Statuses
val NoContent: Status
Inherited from
Statuses
Inherited from
Statuses
val NotAcceptable: Status
Inherited from
Statuses
val NotExtended: Status
Inherited from
Statuses
val NotFound: Status
Inherited from
Statuses
val NotImplemented: Status
Inherited from
Statuses
val NotModified: Status
Inherited from
Statuses
val OPTIONS: Method
Inherited from
Methods
val Ok: Status
Inherited from
Statuses
val PATCH: Method
Inherited from
Methods
val POST: Method
Inherited from
Methods
val PUT: Method
Inherited from
Methods
val PartialContent: Status
Inherited from
Statuses
val Path: Path
Inherited from
Http4sDsl2
val PayloadTooLarge: Status
Inherited from
Statuses
val PaymentRequired: Status
Inherited from
Statuses
val PermanentRedirect: Status
Inherited from
Statuses
val PreconditionFailed: Status
Inherited from
Statuses
Inherited from
Statuses
val Processing: Status
Inherited from
Statuses
Inherited from
Statuses
val RangeNotSatisfiable: Status
Inherited from
Statuses
Inherited from
Statuses
val RequestTimeout: Status
Inherited from
Statuses
val ResetContent: Status
Inherited from
Statuses
val Root: Path
Inherited from
Http4sDsl2
val SeeOther: Status
Inherited from
Statuses
val ServiceUnavailable: Status
Inherited from
Statuses
val SwitchingProtocols: Status
Inherited from
Statuses
val TRACE: Method
Inherited from
Methods
val TemporaryRedirect: Status
Inherited from
Statuses
val TooManyRequests: Status
Inherited from
Statuses
Inherited from
Http4sDsl2
val Unauthorized: Status
Inherited from
Statuses
Inherited from
Statuses
val UnprocessableEntity: Status
Inherited from
Statuses
Inherited from
Statuses
val UpgradeRequired: Status
Inherited from
Statuses
val UriTooLong: Status
Inherited from
Statuses
val UseProxy: Status
Inherited from
Statuses
Inherited from
Statuses
val liftG: FunctionK[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Http4sDsl
val ~: ~
Inherited from
Http4sDsl2
val →: ->

Alias for ->.

Alias for ->.

Note: Due to infix operation precedence, → has a lower priority than /. So you have to use parentheses in pattern matching when using this operator.

For example:

 (request.method, Path(request.path)) match {
   case Method.GET → (Root / "test.json") => ...
Inherited from
Http4sDsl2

Implicits

Inherited implicits

implicit def http4sAcceptedSyntax(status: Status): AcceptedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sAlreadyReportedSyntax(status: Status): AlreadyReportedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sBadGatewaySyntax(status: Status): BadGatewayOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sBadRequestSyntax(status: Status): BadRequestOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sConflictSyntax(status: Status): ConflictOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sContinueSyntax(status: Status): ContinueOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sCreatedSyntax(status: Status): CreatedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sEarlyHintsSyntax(status: Status): EarlyHintsOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sExpectationFailedSyntax(status: Status): ExpectationFailedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sFailedDependencySyntax(status: Status): FailedDependencyOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sForbiddenSyntax(status: Status): ForbiddenOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sFoundSyntax(status: Status): FoundOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sGatewayTimeoutSyntax(status: Status): GatewayTimeoutOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sGoneSyntax(status: Status): GoneOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sHttpVersionNotSupportedSyntax(status: Status): HttpVersionNotSupportedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sIMUsedSyntax(status: Status): IMUsedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sInsufficientStorageSyntax(status: Status): InsufficientStorageOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sInternalServerErrorSyntax(status: Status): InternalServerErrorOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sLengthRequiredSyntax(status: Status): LengthRequiredOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sLockedSyntax(status: Status): LockedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sLoopDetectedSyntax(status: Status): LoopDetectedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sMethodNotAllowedSyntax(status: Status): MethodNotAllowedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sMethodSyntax(method: Method): MethodOps
Inherited from
RequestDsl
implicit def http4sMisdirectedRequestSyntax(status: Status): MisdirectedRequestOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sMovedPermanentlySyntax(status: Status): MovedPermanentlyOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sMultiStatusSyntax(status: Status): MultiStatusOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sMultipleChoicesSyntax(status: Status): MultipleChoicesOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sNetworkAuthenticationRequiredSyntax(status: Status): NetworkAuthenticationRequiredOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sNoContentSyntax(status: Status): NoContentOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sNonAuthoritativeInformationSyntax(status: Status): NonAuthoritativeInformationOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sNotAcceptableSyntax(status: Status): NotAcceptableOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sNotExtendedSyntax(status: Status): NotExtendedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sNotFoundSyntax(status: Status): NotFoundOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sNotImplementedSyntax(status: Status): NotImplementedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sNotModifiedSyntax(status: Status): NotModifiedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sOkSyntax(status: Status): OkOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sPartialContentSyntax(status: Status): PartialContentOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sPayloadTooLargeSyntax(status: Status): PayloadTooLargeOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sPaymentRequiredSyntax(status: Status): PaymentRequiredOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sPermanentRedirectSyntax(status: Status): PermanentRedirectOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sPreconditionFailedSyntax(status: Status): PreconditionFailedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sPreconditionRequiredSyntax(status: Status): PreconditionRequiredOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sProxyAuthenticationRequiredSyntax(status: Status): ProxyAuthenticationRequiredOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sRangeNotSatisfiableSyntax(status: Status): RangeNotSatisfiableOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sRequestHeaderFieldsTooLargeSyntax(status: Status): RequestHeaderFieldsTooLargeOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sRequestTimeoutSyntax(status: Status): RequestTimeoutOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sResetContentSyntax(status: Status): ResetContentOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sSeeOtherSyntax(status: Status): SeeOtherOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sServiceUnavailableSyntax(status: Status): ServiceUnavailableOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sSwitchingProtocolsSyntax(status: Status): SwitchingProtocolsOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sTemporaryRedirectSyntax(status: Status): TemporaryRedirectOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sTooEarlySyntax(status: Status): TooEarlyOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sTooManyRequestsSyntax(status: Status): TooManyRequestsOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sUnauthorizedSyntax(status: Status): UnauthorizedOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sUnavailableForLegalReasonsSyntax(status: Status): UnavailableForLegalReasonsOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sUnprocessableEntitySyntax(status: Status): UnprocessableEntityOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sUnsupportedMediaTypeSyntax(status: Status): UnsupportedMediaTypeOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sUpgradeRequiredSyntax(status: Status): UpgradeRequiredOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sUriTooLongSyntax(status: Status): UriTooLongOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses
implicit def http4sVariantAlsoNegotiatesSyntax(status: Status): VariantAlsoNegotiatesOps[[A] =>> IO[A], [A] =>> IO[A]]
Inherited from
Responses