- Companion
- object
Type members
Inherited types
Value members
Fields
Inherited fields
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 http4sNetworkAuthenticationRequiredSyntax(status: Status): NetworkAuthenticationRequiredOps[F, F]
- Inherited from
- Responses
implicit def http4sNonAuthoritativeInformationSyntax(status: Status): NonAuthoritativeInformationOps[F, F]
- Inherited from
- Responses
implicit def http4sProxyAuthenticationRequiredSyntax(status: Status): ProxyAuthenticationRequiredOps[F, F]
- Inherited from
- Responses
implicit def http4sRequestHeaderFieldsTooLargeSyntax(status: Status): RequestHeaderFieldsTooLargeOps[F, F]
- Inherited from
- Responses