org.http4s.Response$
See theResponse companion class
Attributes
- Companion:
- class
- Source:
- Message.scala
- Graph
- Supertypes
- Self type
- Response.type
Members list
Concise view
Value members
Concrete methods
def apply[F[_]](status: Status, httpVersion: HttpVersion, headers: Headers, entity: Entity[F], attributes: Vault): Response[F]
Representation of the HTTP response to send back to the client
Representation of the HTTP response to send back to the client
Attributes
- attributes
org.typelevel.vault.Vault containing additional parameters which may be used by the http4s backend for additional processing such as java.io.File object
- entity
Entity representing the possible body of the response
- headers
Headers containing all response headers
- status
Status code and message
- Source:
- Message.scala
def notFoundFor[F[_] : Applicative](request: Request[F])(implicit evidence$2: Applicative[F], encoder: EntityEncoder[F, String]): F[Response[F]]
Attributes
- Source:
- Message.scala
Attributes
- Source:
- Message.scala
Attributes
- Source:
- Message.scala
Concrete fields
Attributes
- Source:
- Message.scala
Implicits
Inherited implicits
implicit def http4sKleisliAuthedRoutesSyntax[F[_], A](authedRoutes: AuthedRoutes[A, F]): KleisliAuthedRoutesOps[F, A]
Attributes
- Inherited from:
- KleisliSyntax
- Source:
- KleisliSyntax.scala
Attributes
- Inherited from:
- KleisliSyntax
- Source:
- KleisliSyntax.scala
Attributes
- Inherited from:
- KleisliSyntax
- Source:
- KleisliSyntax.scala
Attributes
- Inherited from:
- KleisliSyntax
- Source:
- KleisliSyntax.scala