Http4sDslBinCompat

trait Http4sDsl[F]
trait Http4sDsl2[F, F]
trait Responses[F, F]
trait Statuses
trait Auth
trait Methods
class Object
trait Matchable
class Any
object io.type

Value members

Inherited fields

val +&: +&.type
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
val ->: ->.type
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
val ->>: ->>.type
val /: /.type
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
val /:: /:.type
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
val :?: :?.type
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Methods
Source:
Methods.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Methods
Source:
Methods.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
val GET: Method
Inherited from:
Methods
Source:
Methods.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Methods
Source:
Methods.scala
Inherited from:
Statuses
Source:
Statuses.scala
val IntVar: IntVar.type
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
val LongVar: LongVar.type
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Methods
Source:
Methods.scala
val Ok: Status
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Methods
Source:
Methods.scala
Inherited from:
Methods
Source:
Methods.scala
val PUT: Method
Inherited from:
Methods
Source:
Methods.scala
Inherited from:
Statuses
Source:
Statuses.scala
val Path: Path.type
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
val Root: Path
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Methods
Source:
Methods.scala
val UUIDVar: UUIDVar.type
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
Inherited from:
Statuses
Source:
Statuses.scala
val liftG: FunctionK[F, F]
Inherited from:
Http4sDsl
Source:
Http4sDsl.scala
val ~: ~.type
Inherited from:
Http4sDsl2
Source:
Http4sDsl.scala
val →: ->.type

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
Source:
Http4sDsl.scala

Implicits

Inherited implicits

implicit def http4sAcceptedSyntax(status: Status): AcceptedOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sBadGatewaySyntax(status: Status): BadGatewayOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sBadRequestSyntax(status: Status): BadRequestOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sConflictSyntax(status: Status): ConflictOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sContinueSyntax(status: Status): ContinueOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sCreatedSyntax(status: Status): CreatedOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sEarlyHintsSyntax(status: Status): EarlyHintsOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sForbiddenSyntax(status: Status): ForbiddenOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sFoundSyntax(status: Status): FoundOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sGoneSyntax(status: Status): GoneOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sIMUsedSyntax(status: Status): IMUsedOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sLockedSyntax(status: Status): LockedOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sLoopDetectedSyntax(status: Status): LoopDetectedOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sMethodSyntax(method: Method): MethodOps
Inherited from:
RequestDsl
Source:
RequestDsl.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sMultiStatusSyntax(status: Status): MultiStatusOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sNoContentSyntax(status: Status): NoContentOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sNotExtendedSyntax(status: Status): NotExtendedOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sNotFoundSyntax(status: Status): NotFoundOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sNotModifiedSyntax(status: Status): NotModifiedOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sOkSyntax(status: Status): OkOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sResetContentSyntax(status: Status): ResetContentOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sSeeOtherSyntax(status: Status): SeeOtherOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sTooEarlySyntax(status: Status): TooEarlyOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sUnauthorizedSyntax(status: Status): UnauthorizedOps[F, F]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sUriTooLongSyntax(status: Status): UriTooLongOps[F, F]
Inherited from:
Responses
Source:
Responses.scala