is not current version
Last Version 0.27

org.threadly:litesockets-http-protocol 0.6.1

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.6.1
Type

Type

jar

Download litesockets-http-protocol 0.6.1


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