h

http_handlers

HTTP handlers used to apply many callbacks to HTTP calls.
https://hexagonkt.com
MIT
Juanjo Aguililla
Files download
File Operation
http_handlers-3.5.0.jar download
http_handlers-3.5.0.pom download
http_handlers-3.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>http_handlers</artifactId>
  <version>3.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:http_handlers:3.5.0'
Gradle Kotlin
implementation("com.hexagonkt:http_handlers:3.5.0")
Scala SBT
libraryDependencies += "com.hexagonkt" % "http_handlers" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='http_handlers', version='3.5.0')
)
Apache Ivy
<dependency org="com.hexagonkt" name="http_handlers" rev="3.5.0" />
Leiningen
[com.hexagonkt/http_handlers "3.5.0"]
Apache Buildr
'com.hexagonkt:http_handlers:jar:3.5.0'