Skip to content

Instantly share code, notes, and snippets.

@runarorama
Created February 5, 2014 21:44
Show Gist options
  • Save runarorama/8833819 to your computer and use it in GitHub Desktop.
Save runarorama/8833819 to your computer and use it in GitHub Desktop.
FromResponseUnmarshaller[Any]
scala> import spray.httpx.unmarshalling._
import spray.httpx.unmarshalling._
scala> implicitly[FromResponseUnmarshaller[Any]]
res2: spray.httpx.unmarshalling.FromResponseUnmarshaller[Any] = <function1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment