DefaultPekkoHttpClient

com.netflix.atlas.pekko.DefaultPekkoHttpClient
class DefaultPekkoHttpClient(name: String)(implicit val system: ActorSystem) extends PekkoHttpClient

Default HTTP client wrapper that includes access logging.

Value parameters

name

The name to use for access logging and metrics.

system

The actor system.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def singleRequest(request: HttpRequest): Future[HttpResponse]

See org.apache.pekko.http.scaladsl.Http

See org.apache.pekko.http.scaladsl.Http

Attributes

Definition Classes

Implicits

Implicits

implicit val system: ActorSystem