Request

org.http4s.Request
See theRequest companion class
object Request

Attributes

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

Members list

Type members

Classlikes

Attributes

Source
Message.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Keys

Attributes

Source
Message.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Keys.type

Value members

Concrete methods

Representation of an incoming HTTP message

Representation of an incoming HTTP message

A Request encapsulates the entirety of the incoming HTTP request including the status line, headers, and a possible request body.

Value parameters

attributes

Immutable Map used for carrying additional information in a type safe fashion

body

fs2.Stream[F, Byte] defining the body of the request

headers

collection of Headers

httpVersion

the HTTP version

method

Method.GET, Method.POST, etc.

uri

representation of the request URI

Attributes

Source
Message.scala