RequestPrelude

org.http4s.RequestPrelude
See theRequestPrelude companion object
sealed abstract class RequestPrelude extends Product with Serializable

A projection of a Request without the body.

Attributes

Note:

The Request#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 RequestPrelude, limiting some of its utility, e.g. it could not be used in a cats.data.NonEmptySet.

Companion:
object
Source:
RequestPrelude.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Attributes

Source:
RequestPrelude.scala

Attributes

Source:
RequestPrelude.scala
def uri: Uri

Attributes

Source:
RequestPrelude.scala

Attributes

Source:
RequestPrelude.scala

Concrete methods

Attributes

Source:
RequestPrelude.scala
final def mapUri(f: Uri => Uri): RequestPrelude

Attributes

Source:
RequestPrelude.scala
final override def toString: String

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:
RequestPrelude.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product