HttpRequest

harness.http.client.HttpRequest
See theHttpRequest companion object
final case class HttpRequest[+B](method: HttpMethod, url: String, queryParams: Map[String, String], headers: Map[String, List[String]], body: Option[B])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def response(implicit ev: B <:< RequestT): AppliedResponse

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product