o

okhttp-host-interceptor

Hyperion plugin for changing host in OkHttp requests.
https://github.com/MiSikora/Hyperion-Host-Interceptor
The Apache Software License, Version 2.0
Michal Sikora
Files download
File Operation
okhttp-host-interceptor-0.2.2.pom download
okhttp-host-interceptor-0.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.mehow.hyperion</groupId>
  <artifactId>okhttp-host-interceptor</artifactId>
  <version>0.2.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.mehow.hyperion:okhttp-host-interceptor:0.2.2'
Gradle Kotlin
implementation("io.mehow.hyperion:okhttp-host-interceptor:0.2.2")
Scala SBT
libraryDependencies += "io.mehow.hyperion" % "okhttp-host-interceptor" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='io.mehow.hyperion', module='okhttp-host-interceptor', version='0.2.2')
)
Apache Ivy
<dependency org="io.mehow.hyperion" name="okhttp-host-interceptor" rev="0.2.2" />
Leiningen
[io.mehow.hyperion/okhttp-host-interceptor "0.2.2"]
Apache Buildr
'io.mehow.hyperion:okhttp-host-interceptor:jar:0.2.2'