HttpRequest

oxygen.http.model.HttpRequest
final case class HttpRequest(method: HttpMethod, paths: ArraySeq[String], queryParams: QueryParams, headers: Headers, body: HttpBody)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addHeaders(headers: Headers): HttpRequest
def header(key: String): List[String]
def queryParam(key: String): List[String]
def singleHeader(key: String): Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product