s

swim-io-http

HTTP client and server socket modems for pipelining and concurrently transporting explicitly flow-controlled HTTP streams over a network without blocking or intermediate buffering
https://github.com/swimos/swim/tree/main/swim-java/swim-runtime/swim-core/swim.io.http
The Apache Software License, Version 2.0
Chris Sachs
Files download
File Operation
swim-io-http-4.2.14.jar download
swim-io-http-4.2.14.pom download
swim-io-http-4.2.14-sources.jar download
Apache Maven
<dependency>
  <groupId>org.swimos</groupId>
  <artifactId>swim-io-http</artifactId>
  <version>4.2.14</version>
</dependency>
Gradle Groovy
implementation 'org.swimos:swim-io-http:4.2.14'
Gradle Kotlin
implementation("org.swimos:swim-io-http:4.2.14")
Scala SBT
libraryDependencies += "org.swimos" % "swim-io-http" % "4.2.14"
Groovy Grape
@Grapes(
  @Grab(group='org.swimos', module='swim-io-http', version='4.2.14')
)
Apache Ivy
<dependency org="org.swimos" name="swim-io-http" rev="4.2.14" />
Leiningen
[org.swimos/swim-io-http "4.2.14"]
Apache Buildr
'org.swimos:swim-io-http:jar:4.2.14'