org.http4s.ResponsePrelude
See theResponsePrelude companion object
sealed abstract class ResponsePrelude extends Product, Serializable
A projection of a Response without the body.
Attributes
- Note
-
The Response#attributes are omitted in this encoding because they do not (and can not) have a cats.kernel.Order instance. If they were included here, then we could not write a cats.kernel.Order instance for ResponsePrelude, limiting some of its utility, e.g. it could not be used in a cats.data.NonEmptySet.
- Companion
- object
- Source
- ResponsePrelude.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Attributes
- Source
- ResponsePrelude.scala
Attributes
- Source
- ResponsePrelude.scala
Attributes
- Source
- ResponsePrelude.scala
Attributes
- Source
- ResponsePrelude.scala
Attributes
- Source
- ResponsePrelude.scala
Attributes
- Source
- ResponsePrelude.scala
Concrete methods
Attributes
- Source
- ResponsePrelude.scala
Attributes
- Source
- ResponsePrelude.scala
Attributes
- Source
- ResponsePrelude.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- ResponsePrelude.scala
In this article