play.api.libs

ws

package ws

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ws
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Response(ahcResponse: com.ning.http.client.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

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

Inherited from AnyRef

Inherited from Any

Ungrouped