is not current version
Last Version 0.27

org.threadly:litesockets-http-protocol 0.19

A light weight http protocol parsing library. This library is used to parse http requests. The parsing happens completely independant of any networking.

GroupId

GroupId

org.threadly
ArtifactId

ArtifactId

litesockets-http-protocol
Version

Version

0.19
Type

Type

jar

Download litesockets-http-protocol 0.19


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