objectHttpQueue extends ExtensionId[HttpQueueImpl] with ExtensionIdProvider
Akka extension providing a simple to use HttpRequest => Future[HttpResponse]
Http().singleRequest may overflow the connection pool,
while this keeps queueing up requests in an unbounded queue before sending
them to the connection pool.
Linear Supertypes
ExtensionIdProvider, ExtensionId[HttpQueueImpl], AnyRef, Any
Akka extension providing a simple to use HttpRequest => Future[HttpResponse]
Http().singleRequest may overflow the connection pool, while this keeps queueing up requests in an unbounded queue before sending them to the connection pool.