h

http_server

HTTP server supporting SSL, cookies, WebSockets, and HTTP/2. Requires an adapter to be used.
https://hexagonkt.com
MIT
Juanjo Aguililla
Files download
File Operation
http_server-3.4.5.jar download
http_server-3.4.5.pom download
http_server-3.4.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>http_server</artifactId>
  <version>3.4.5</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:http_server:3.4.5'
Gradle Kotlin
implementation("com.hexagonkt:http_server:3.4.5")
Scala SBT
libraryDependencies += "com.hexagonkt" % "http_server" % "3.4.5"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='http_server', version='3.4.5')
)
Apache Ivy
<dependency org="com.hexagonkt" name="http_server" rev="3.4.5" />
Leiningen
[com.hexagonkt/http_server "3.4.5"]
Apache Buildr
'com.hexagonkt:http_server:jar:3.4.5'