h

http

Higgs' HTTP server and client implementation
Files download
File Operation
http-0.0.9.pom download
Apache Maven
<dependency>
  <groupId>io.higgs</groupId>
  <artifactId>http</artifactId>
  <version>0.0.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.higgs:http:0.0.9'
Gradle Kotlin
implementation("io.higgs:http:0.0.9")
Scala SBT
libraryDependencies += "io.higgs" % "http" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.higgs', module='http', version='0.0.9')
)
Apache Ivy
<dependency org="io.higgs" name="http" rev="0.0.9" />
Leiningen
[io.higgs/http "0.0.9"]
Apache Buildr
'io.higgs:http:jar:0.0.9'