harness.http.client
package harness.http.client
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object EndpointSend
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EndpointSend.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 Objecttrait Matchableclass 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 Objecttrait Matchableclass Any
trait HttpClient
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object HttpClient extends HttpClientPlatformSpecific, HttpClientPlatformSpecificImpl
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HttpClient.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object HttpClient.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class HttpResponseParams(responseCode: HttpCode, headers: Map[String, List[String]], contentLength: Option[Long])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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]
In this article