w

wisp-client

HTTP client with config and envoy support, built on okhttp
https://github.com/cashapp/misk/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
wisp-client-2024.10.05.012240-8cf16be.jar download
wisp-client-2024.10.05.012240-8cf16be.pom download
wisp-client-2024.10.05.012240-8cf16be-sources.jar download
Apache Maven
<dependency>
  <groupId>app.cash.wisp</groupId>
  <artifactId>wisp-client</artifactId>
  <version>2024.10.05.012240-8cf16be</version>
</dependency>
Gradle Groovy
implementation 'app.cash.wisp:wisp-client:2024.10.05.012240-8cf16be'
Gradle Kotlin
implementation("app.cash.wisp:wisp-client:2024.10.05.012240-8cf16be")
Scala SBT
libraryDependencies += "app.cash.wisp" % "wisp-client" % "2024.10.05.012240-8cf16be"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.wisp', module='wisp-client', version='2024.10.05.012240-8cf16be')
)
Apache Ivy
<dependency org="app.cash.wisp" name="wisp-client" rev="2024.10.05.012240-8cf16be" />
Leiningen
[app.cash.wisp/wisp-client "2024.10.05.012240-8cf16be"]
Apache Buildr
'app.cash.wisp:wisp-client:jar:2024.10.05.012240-8cf16be'