o

dynamics.http

NodeFetchClient

object NodeFetchClient extends LazyLogger

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeFetchClient
  2. LazyLogger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val DefaultNodeFetchClientOptions: NodeFetchClientOptions
  2. def create[F[_]](info: ConnectionInfo, debug: Boolean = false, defaultHeaders: HttpHeaders = HttpHeaders.empty, options: NodeFetchClientOptions = DefaultNodeFetchClientOptions)(implicit ec: ExecutionContext, F: MonadError[F, Throwable], scheduler: Scheduler, PtoF: ~>[Promise, F], IOtoF: ~>[IO, F], PtoIO: ~>[Promise, IO]): Client[F]

    Create Client from connection information.

    Create Client from connection information.

    info

    Connection information

    debug

    Temporary parameter to turn debugging on or off in this client.

    defaultHeaders

    Headers applied to every request.

  3. lazy val logger: Logger
    Definition Classes
    LazyLogger