All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.cequence.wsclient.service.WSClientEngine.scala Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package io.cequence.wsclient.service

import io.cequence.wsclient.domain.WsRequestContext

// TODO: maybe rename to WSClientBackend?
trait WSClientEngine extends WSClient {

  protected val coreUrl: String

  protected val requestContext: WsRequestContext = WsRequestContext()

  override type PEP = String
  override type PT = String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy