/akka-http-logging-starter-kit

This project contains the basic info about how to log the Client request and the **Response Time taken** by the request on the server and log it on

Primary LanguageScalaOtherNOASSERTION

Akka-http-logging-starter-kit

This project contains the basic info about how to log the Client request and the Response Time taken by the request on the server and log it on

Libraries used:

This project uses :

  1. Akka-http
  2. sala-rainbow
  3. And a little hack ;)

How to Run:

Use Lightbend Activator or sbt to run this project:

The Server can be started by following Command : sbt run OR activator run