Response

org.http4s.Response$
See theResponse companion class
object Response extends KleisliSyntax

Attributes

Companion
class
Source
Message.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Response.type

Members list

Value members

Concrete methods

Representation of the HTTP response to send back to the client

Representation of the HTTP response to send back to the client

Value parameters

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

body

EntityBody[F] representing the possible body of the response

headers

Headers containing all response headers

status

Status code and message

Attributes

Source
Message.scala
def notFound[F[_]]: Response[F]

Attributes

Source
Message.scala
def timeout[F[_]]: Response[F]

Attributes

Source
Message.scala

Implicits

Inherited implicits

Attributes

Inherited from:
KleisliSyntax
Source
KleisliSyntax.scala

Attributes

Inherited from:
KleisliSyntax
Source
KleisliSyntax.scala

Attributes

Inherited from:
KleisliSyntax
Source
KleisliSyntax.scala