Packages

package ws

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait WSDelete extends ws.default.WSDelete with WSRequest
  2. trait WSExecute extends AnyRef
  3. trait WSGet extends ws.default.WSGet with WSRequest
  4. trait WSHttp extends WSGet with WSPut with WSPost with WSDelete with WSPatch
  5. trait WSPatch extends ws.default.WSPatch with WSRequest
  6. trait WSPost extends ws.default.WSPost with WSRequest
  7. trait WSPut extends ws.default.WSPut with WSRequest
  8. trait WSRequest extends WSRequestBuilder
  9. trait WSRequestBuilder extends Request
  10. class WSHttpResponse extends HttpResponse
    Annotations
    @deprecated
    Deprecated

    (Since version 11.0.0) Use WsHttpResponse.apply and HttpResponse instead

  11. trait WSProxy extends WSRequest
    Annotations
    @deprecated
    Deprecated

    (Since version 13.9.0) WSProxy is not required. Behaviour has been inlined into WSRequest

Ungrouped