akka-http-extensions icon indicating copy to clipboard operation
akka-http-extensions copied to clipboard

Some extra directives and other things for akka-http projects

akka-http-extensions

Useful directives and utils for akka-http projects.

Gitter chat channel Documentation

To add akka-http extensions to your dependencies:

resolvers += sbt.Resolver.bintrayRepo("denigma", "denigma-releases") //add resolver
libraryDependencies += "org.denigma" %%% "akka-http-extensions" % "0.0.15"