io

object io extends Http4sDslBinCompat[IO]
Source:
io.scala
trait Http4sDsl[IO]
trait Http4sDsl2[IO, IO]
trait Responses[IO, IO]
trait Statuses
trait Auth
trait Methods
class Object
trait Matchable
class Any
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
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[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sConflictSyntax(status: Status): ConflictOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sContinueSyntax(status: Status): ContinueOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sCreatedSyntax(status: Status): CreatedOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sForbiddenSyntax(status: Status): ForbiddenOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sFoundSyntax(status: Status): FoundOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sGoneSyntax(status: Status): GoneOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sIMUsedSyntax(status: Status): IMUsedOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sLockedSyntax(status: Status): LockedOps[IO, IO]
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 http4sNoContentSyntax(status: Status): NoContentOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sNotFoundSyntax(status: Status): NotFoundOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sOkSyntax(status: Status): OkOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sSeeOtherSyntax(status: Status): SeeOtherOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
implicit def http4sTooEarlySyntax(status: Status): TooEarlyOps[IO, IO]
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala
Inherited from:
Responses
Source:
Responses.scala