is not current version
Last Version 2.1.1

org.webpieces:http2to1_1-client 2.0.3

http2 client api that talks http1 in case you want to convert from http2 to http1.1 without changing code

Categories

Categories

CLI User Interface
GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http2to1_1-client
Version

Version

2.0.3
Type

Type

jar

Download http2to1_1-client 2.0.3


<!-- https://jarcasting.com/artifacts/org.webpieces/http2to1_1-client/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http2to1_1-client</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http2to1_1-client/
implementation 'org.webpieces:http2to1_1-client:2.0.3'
// https://jarcasting.com/artifacts/org.webpieces/http2to1_1-client/
implementation ("org.webpieces:http2to1_1-client:2.0.3")
'org.webpieces:http2to1_1-client:jar:2.0.3'
<dependency org="org.webpieces" name="http2to1_1-client" rev="2.0.3">
  <artifact name="http2to1_1-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http2to1_1-client', version='2.0.3')
)
libraryDependencies += "org.webpieces" % "http2to1_1-client" % "2.0.3"
[org.webpieces/http2to1_1-client "2.0.3"]