harness.http.client

Members list

Type members

Classlikes

final class EndpointSend[ET <: Any](url: String, spec: EndpointSpec[ET])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object EndpointSend

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
implicit class EndpointSendWithAuthOps[ET <: Any, O](es: EndpointSend[ET])(implicit zip: Out[Path[ET], Query[ET], Auth[ET], Header[ET], Send[InputBody[ET]], O])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class EndpointSendWithoutAuthOps[ET <: Any, O](es: EndpointSend[ET])(implicit zip: Out[Path[ET], Query[ET], Header[ET], Send[InputBody[ET]], O])

Attributes

Supertypes
class Object
trait Matchable
class Any
trait HttpClient

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
HttpClient.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HttpClient.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HttpClient.type
Self type
final case class HttpRequestParams(method: HttpMethod, url: String, paths: List[String], queryParams: List[(String, String)], headers: Map[String, List[String]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class HttpResponseParams(responseCode: HttpCode, headers: Map[String, List[String]], contentLength: Option[Long])

Attributes

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

Implicits

Implicits

final implicit def EndpointSendWithAuthOps[ET <: Any, O](es: EndpointSend[ET])(implicit zip: Out[Path[ET], Query[ET], Auth[ET], Header[ET], Send[InputBody[ET]], O]): EndpointSendWithAuthOps[ET, O]
final implicit def EndpointSendWithoutAuthOps[ET <: Any, O](es: EndpointSend[ET])(implicit zip: Out[Path[ET], Query[ET], Header[ET], Send[InputBody[ET]], O]): EndpointSendWithoutAuthOps[ET, O]