RequestBuilding

pl.iterators.stir.testkit.RequestBuilding$
See theRequestBuilding companion trait

Attributes

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

Members list

Type members

Inherited classlikes

class RequestBuilder(val method: Method)

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala
Supertypes
class Object
trait Matchable
class Any

Inherited types

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Value members

Inherited methods

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala
def addHeader(headerName: String, headerValue: String): RequestTransformer

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala
def addHeaders(first: ToRaw, more: ToRaw*): RequestTransformer

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala
def removeHeader[T](implicit h: Header[T, _]): RequestTransformer

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala
def removeHeader(headerName: String): RequestTransformer

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala
def removeHeaders(names: String*): RequestTransformer

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Inherited fields

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala

Implicits

Inherited implicits

implicit def header2AddHeader(header: ToRaw): RequestTransformer

Attributes

Inherited from:
RequestBuilding
Source
RequestBuilding.scala