
io.taig.communicator.ops.Request.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of communicator_2.11 Show documentation
Show all versions of communicator_2.11 Show documentation
An OkHttp wrapper for Scala built with Android in mind
package io.taig.communicator.ops
import io.taig.communicator
import io.taig.communicator.Parser
import okhttp3.OkHttpClient
import scala.concurrent.ExecutionContext
trait Request {
def request: okhttp3.Request
def start[T: Parser]()( implicit client: OkHttpClient, executor: ExecutionContext ) = communicator.Request( request )
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy