spray

httpx

package httpx

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseJson4sSupport extends AnyRef

  2. trait Json4sJacksonSupport extends BaseJson4sSupport

  3. trait Json4sSupport extends BaseJson4sSupport

    Supplies the serialization and deserialization formats for JSON4s.

  4. trait LiftJsonSupport extends AnyRef

    A trait providing automatic to and from JSON marshalling/unmarshalling for case classes via lift-json.

  5. class PipelineException extends RuntimeException

  6. trait PlayJsonSupport extends AnyRef

    A trait providing automatic to and from JSON marshalling/unmarshalling using in-scope *play-json* Reads/Writes.

  7. trait RequestBuilding extends TransformerPipelineSupport

  8. trait ResponseTransformation extends TransformerPipelineSupport

  9. trait SprayJsonSupport extends AnyRef

    A trait providing automatic to and from JSON marshalling/unmarshalling using an in-scope *spray-json* protocol.

  10. trait TransformerAux[A, B, AA, BB, R] extends AnyRef

  11. trait TransformerPipelineSupport extends AnyRef

  12. trait TwirlSupport extends AnyRef

    A trait providing Marshallers for the Twirl template result types.

  13. class UnsuccessfulResponseException extends RuntimeException

Ungrouped