HttpRequest

harness.http.client.HttpRequest$
See theHttpRequest companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final class Builder1(method: HttpMethod)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class Builder2(method: HttpMethod, url: String, queryParams: Map[String, String], headers: Map[String, List[String]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(method: HttpMethod): Builder1
def apply(method: HttpMethod, url: String): Builder2
inline def connect: Builder1
inline def delete: Builder1
inline def get: Builder1
inline def head: Builder1
inline def options: Builder1
inline def patch: Builder1
inline def post: Builder1
inline def put: Builder1
inline def trace: Builder1