Package

play.api.libs.ws

ahc

Permalink

package ahc

Visibility
  1. Public
  2. All

Type Members

  1. class AhcCurlRequestLogger extends WSRequestFilter with CurlFormat

    Permalink

    Logs WSRequest and pulls information into Curl format to an SLF4J logger.

  2. class AhcWSClient extends WSClient

    Permalink

    Async WS Client backed by AsyncHttpClient.

    Async WS Client backed by AsyncHttpClient.

    See https://www.playframework.com/documentation/latest/ScalaWS for documentation.

  3. class AhcWSClientProvider extends Provider[WSClient]

    Permalink

    AHC provider for WSClient instance.

    AHC provider for WSClient instance.

    Annotations
    @Singleton()
  4. trait AhcWSComponents extends AnyRef

    Permalink

    AsyncHttpClient WS API implementation components.

  5. class AhcWSModule extends SimpleModule

    Permalink

    A Play binding for the Scala WS API to the AsyncHTTPClient implementation.

  6. case class AhcWSRequest(underlying: StandaloneAhcWSRequest) extends WSRequest with Product with Serializable

    Permalink

    A WS Request backed by AsyncHTTPClient.

  7. case class AhcWSResponse(underlying: StandaloneAhcWSResponse) extends WSResponse with Product with Serializable

    Permalink

    A WS HTTP Response backed by an AsyncHttpClient response.

  8. class AsyncHttpClientProvider extends Provider[AsyncHttpClient]

    Permalink

    Provides an instance of AsyncHttpClient configured from the Configuration object.

    Provides an instance of AsyncHttpClient configured from the Configuration object.

    Annotations
    @Singleton()
  9. trait CurlFormat extends AnyRef

    Permalink
  10. class OptionalAhcHttpCacheProvider extends Provider[Option[AhcHttpCache]]

    Permalink

    A provider of HTTP cache.

    A provider of HTTP cache.

    Unfortunately this can't be bound directly through Play's DI system because it doesn't support type literals (and JSR 330 doesn't support optional).

    Annotations
    @Singleton()

Value Members

  1. object AhcCurlRequestLogger

    Permalink
  2. object AhcWSClient

    Permalink

Ungrouped