RafalSumislawski / http4s-netty

Http4s on pure netty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netty-http4s

Continuous Integration Maven Central

Unfreeze of @jmcardon branch from 1831 to attempt to get Netty Reactive Streams working in Http4s.

This branch targets http4s-1.0. This currently only has milestone releases. For a more supported version go to series/0.4 or series/0.5

You can test it out by adding

Server

libraryDependencies += "org.http4s" %%  "http4s-netty-server" % "versionFromBadge"

Client

libraryDependencies += "org.http4s" %%  "http4s-netty-client" % "versionFromBadge"

to your build.sbt

This project is lead by @hamnis and is subject to the Scala Code of Conduct

About

Http4s on pure netty

License:Apache License 2.0


Languages

Language:Scala 99.7%Language:Shell 0.3%