s

swim-http

HTTP message model and wire protocol codec that incrementally decodes and encodes HTTP streams without intermediate buffering
https://github.com/swimos/swim/tree/master/swim-system-java/swim-core-java/swim.http
The Apache Software License, Version 2.0
Chris Sachs
文件下载
文件名 操作
swim-http-3.10.2.jar 下载
swim-http-3.10.2.pom 下载
swim-http-3.10.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.swimos</groupId>
  <artifactId>swim-http</artifactId>
  <version>3.10.2</version>
</dependency>
Gradle Groovy
implementation 'org.swimos:swim-http:3.10.2'
Gradle Kotlin
implementation("org.swimos:swim-http:3.10.2")
Scala SBT
libraryDependencies += "org.swimos" % "swim-http" % "3.10.2"
Groovy Grape
@Grapes(
  @Grab(group='org.swimos', module='swim-http', version='3.10.2')
)
Apache Ivy
<dependency org="org.swimos" name="swim-http" rev="3.10.2" />
Leiningen
[org.swimos/swim-http "3.10.2"]
Apache Buildr
'org.swimos:swim-http:jar:3.10.2'