Http4sDsl2

trait Http4sDsl2[F[_], G[_]] extends RequestDsl with Statuses with Responses[F, G]
trait Responses[F, G]
trait Statuses
trait Auth
trait Methods
class Object
trait Matchable
class Any
trait Http4sDsl[F]
object io.type

Value members

Inherited methods

def liftG: FunctionK[G, F]
Inherited from:
Responses

Concrete fields

val +&: +&.type
val ->: ->.type
val ->>: ->>.type
val /: /.type
val /:: /:.type
val :?: :?.type
val IntVar: IntVar.type
val LongVar: LongVar.type
val Path: Path.type
val Root: Path
val UUIDVar: UUIDVar.type
val ~: ~.type
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 fields

Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Methods
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Methods
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
val GET: Method
Inherited from:
Methods
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Methods
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Methods
val Ok: Status
Inherited from:
Statuses
Inherited from:
Methods
Inherited from:
Methods
val PUT: Method
Inherited from:
Methods
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Methods
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses
Inherited from:
Statuses

Implicits

Inherited implicits

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