cascade
cascade copied to clipboard
Common Libraries & Patterns for Scala Apps @ PayPal
This is a simple addition of giving a custom ExceptionHandler to the SprayConfiguration to allow a custom one to be set for the SprayActor. This is a missing feature that...
link to docs from https://github.com/paypal/cascade : https://paypal.github.io/cascade/api/0.5.1/index.html#com.paypal.cascade.package returns 404
``` scala /** * The content type that this server provides, by default `application/json` * @return a list of content types */ val responseContentType: ContentType = ContentTypes.`application/json` ``` As a...