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/master/swim-system-java/swim-core-java/swim.io.http
The Apache Software License, Version 2.0
Chris Sachs
Files download
File Operation
swim-io-http-3.10.3.jar download
swim-io-http-3.10.3.pom download
swim-io-http-3.10.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.swimos</groupId>
  <artifactId>swim-io-http</artifactId>
  <version>3.10.3</version>
</dependency>
Gradle Groovy
implementation 'org.swimos:swim-io-http:3.10.3'
Gradle Kotlin
implementation("org.swimos:swim-io-http:3.10.3")
Scala SBT
libraryDependencies += "org.swimos" % "swim-io-http" % "3.10.3"
Groovy Grape
@Grapes(
  @Grab(group='org.swimos', module='swim-io-http', version='3.10.3')
)
Apache Ivy
<dependency org="org.swimos" name="swim-io-http" rev="3.10.3" />
Leiningen
[org.swimos/swim-io-http "3.10.3"]
Apache Buildr
'org.swimos:swim-io-http:jar:3.10.3'