play.api.libs

ws

package ws

Asynchronous API to to query web services, as an http client.

Visibility
  1. Public
  2. All

Type Members

  1. case class Response (ahcResponse: Response) extends Product with Serializable

    A WS HTTP response.

  2. case class ResponseHeaders (status: Int, headers: Map[String, Seq[String]]) extends Product with Serializable

    An HTTP response header (the body has not been retrieved yet)

  3. trait SignatureCalculator extends AnyRef

    Sign a WS call.

Value Members

  1. object WS extends AnyRef

    Asynchronous API to to query web services, as an http client.