Skip to content

Instantly share code, notes, and snippets.

View gecemmo's full-sized avatar

Gecemmo Solutions AB gecemmo

View GitHub Profile
@gecemmo
gecemmo / metrics-in-spray
Last active December 14, 2015 19:19
Code for potential usage in spray for metrics
import spray.json._
import spray.http.HttpBody
import spray.httpx.marshalling._
import spray.httpx.unmarshalling._
import spray.http.MediaTypes._
import spray.routing.directives._
import spray.routing._
import spray.http._
import spray.json.DefaultJsonProtocol
import spray.httpx.SprayJsonSupport