Installation
The Maven Repository chapter contains all the info about how to pull spray-httpx into your classpath.
Afterwards you can use the following imports to bring all relevant identifiers into scope:
import spray.httpx.encoding._for everything related to (de)compressionimport spray.httpx.marshalling._for everything related to marshallingimport spray.httpx.unmarshalling._for everything related to unmarshallingimport spray.httpx.RequestBuildingforRequestBuildingimport spray.httpx.ResponseTransformationforResponseTransformationimport spray.httpx.Json4sJacksonSupportforJson4sJacksonSupportimport spray.httpx.Json4sSupportforJson4sSupportimport spray.httpx.LiftJsonSupportforLiftJsonSupportimport spray.httpx.SprayJsonSupportforSprayJsonSupportimport spray.httpx.TwirlSupportforTwirlSupport